How do I specify another index page?
Make a .htaccess file and inside it, insert:
DirectoryIndex somefile.html
When you reference your site without a filename, e.g. http://somesite.com/, it will redirect to http://somesite.com/somefile.html
DirectoryIndex somefile.html
When you reference your site without a filename, e.g. http://somesite.com/, it will redirect to http://somesite.com/somefile.html
