I have set up Apache and PHP4, and it all seems to work fine except for
one item. I can't seem to get Apache to recognize index.php as an index.
For instance, if I type:
http:// into my browser, it works fine. But if I leave off the index.php, it
<IfModule mod_dir.c>
What am I missing?
Doug
This archive was generated by hypermail 2.1.3
: Fri Aug 01 2014 - 14:09:25 EDT
doesn't work... In httpd.conf, I have the following lines:
DirectoryIndex index.php index.html index.htm index.shtml index.php4
index.php3 index.phtml index.cgi
</IfModule>
Thanks,