Ghostdare is correct in that the simplest course of action is to delete index.html.
He's correct also in that Apache looks for index files in a particular order (index.html is the first, by default).
The
DirectoryIndex directive controls the order. You can either change this value server-wide (e.g., insert the new value into
/etc/apache2/httpd.conf) or for individual sites via the ISPConfig interface (Sites -> example.com -> Options, Apache Directives box).
An example would be to paste-in the following:
Code:
DirectoryIndex index.php index.shtml index.html index.htm
Apache looks for the files in order from left to right.
Recent comments
1 day 12 hours ago
1 day 14 hours ago
2 days 2 hours ago
2 days 5 hours ago
2 days 9 hours ago
2 days 15 hours ago
3 days 58 min ago
3 days 2 hours ago
3 days 10 hours ago
3 days 12 hours ago