Why doesn't index.php act the same as index.html?
Printable View
Why doesn't index.php act the same as index.html?
It does only if PHP is supported, and there is no other index type files in the root folder IE. (index.*, home.*, default.*,) * meaning all possible extensions that work.
It is the only file in the directory. PHP is installed with Apache as the server. Index.html etc works fine, could it be a PHP setting somewhere?
yah mabye something is not setup correct.
Do you happen to know the setting?
Found it :D
It is DirectoryIndex in the Apache httpd.conf file.
Thanks for your help :)