Hello -
On my server, if you go to the document root (mysite.com), it will default to the index.php file as I specified in the httpd.conf file.
The problem is that if you go to a directory beyond the document root (like mysite.com/cool), the index page (mysite.com/cool/index.php) fails to load and I get an Apache error even though index.php exists in that directory. How do I fix this?
Thanks for your time.