Forum Moderators: coopster
LoadModule php4_module modules/libphp4.so
<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
LimitRequestBody 20971520
</Files>
DirectoryIndex index.php
AddType application/x-httpd-php .php
Assuming that, when you restart Apache (you are restarting Apache?), does it start without errors or problems?
If you give a specific page rather than allowing the default index, does it parse that?