Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'httpd.conf modified' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
httpd.conf modified
Authored by: jgro on Feb 14, '03 04:22:51PM
the two specific things that whack out PHP support based on Marc Liyange's package are the following lines:
DirectoryIndex index.html index.php AddType application/x-httpd-php .php
Add them back in and everything should be fine. Note that you may have additional DirectoryIndex entries (index.cgi, index.pl, index.shtml) that need to be restored.

[ Reply to This | # ]