How do I make index.php the default index file?

Currently it looks for a .html file, if no index.html file exists, I get a directory index denied instead of going for the index.php file. Is there a way for me to configure this?

Thank you.
 
you need to enable directory indexing on the domain from web options,

then add index.php

note that all other indexs like index.htm etc will need to be added also.. as they will not work if directory indexing is turned on, so also need to be added
 
Emagine said:
you need to enable directory indexing on the domain from web options,

then add index.php

note that all other indexs like index.htm etc will need to be added also.. as they will not work if directory indexing is turned on, so also need to be added


Thank you very much.
 
Back
Top