Making Apache Look For Index.php Instead of Index.html

2 Making Apache Look For Index.php Instead of Index.htmlThis video shows you how to make Apache look for an index.php file instead of an index.html file. A lot of sites do use an html file for their index, but in my case I’m using Drupal which uses PHP. Every time I would go to the address without index.php on the end, it would show a directory listing. And the way Drupal works, when you try to do something, it just adds the string to the end of the URL, like http://localhost/?q=node instead of http://localhost/index.php?q=node. Every time that happened I got a 404 not found error. In this video I will show you how to correct it and make Apache look for index.php instead of index.html.

Duration : 0:2:49


Technorati Tags: , , , , , , , ,