I searched the KB and found an article explaining how to add the DirectoryIndex command to an .htaccess file, so I added the following to my .htaccess file in the web root:
DirectoryIndex index.php
and it still doesn’t work. Here is my content of current .htaccess file:
addhandler x-httpd-php5 .php
DirectoryIndex index.php
Is there something I am missing here? Need help – thanks!
Kevin
Answer #1
Hi Kevin,
That should be all you need. By default, the server looks for index.php first anyway – you may want to contact our support team about that one, if it is not working.