I'm hosting a website using filezilla. My browser shows me a directory list rather than my index.php page. When i replace the index.php by an index.html, everything is alright. What should i do in order to access directly to my ondex.php page?
Asked
Active
Viewed 4,755 times
2 Answers
1
In .htaccess
put this code:
Options -Indexes
It will disable displaying directory list.

Lkopo
- 4,798
- 8
- 35
- 60
0
You need to get to the settings for your server. The default served page needs to be set. Right now it appears to be index.html. Simply add index.php to the list.

durbnpoisn
- 4,666
- 2
- 16
- 30