Hi! How do I change what index page should be loaded? I want to be able to set a custom index page for each website if needed. So if someone want to have firstpage.php to be loaded as an index page instead of index.html or index.php. Where do I set this up? , MacGoose
Please see apache documentation: http://httpd.apache.org/docs/2.2/mod/mod_dir.html The DirectoryIndex Directive can be set in the apache directives field of the website in a .htaccess file.
Thanks. Surprised ISPConfig doesn't have this then. My current webhotel provider have this on their customer config pages. , MacGoose