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.
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
[QUOTE=Emagine]
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
[/QUOTE]
Thank you very much.