Avoiding index.html

Problem:

I need to change the first page that is displayed on my home page with a name other than index.html?

Solution:

Log in to the MostHost cPanel.
  • Open file manager.
  • Click code editor.
  • Add a line to your .htaccess file telling the server which file name you want as the home page.
Example:
DirectoryIndex home.htm index3.php index.htm index.html default.htm
  • 84 Users Found This Useful
Was this answer helpful?

Related Articles

URL redirect/rewrite using the .htaccess file

Problem: How do I perform a URL redirect/rewrite using the .htaccess file? Solution: .htaccess...

How to host the Primary Domain from a subfolder (.htaccess)

How do I make a sub directory (or sub folder) act as the public_html for your main domain? The...

Redirects that do not work due to PHP variables

Problem: The redirection of www.yourdomain.com/default.html or index.html to...

Redirect

Problem: How do I create a redirect? Solution: The Redirects tool will allow you to redirect...

Restrict subdomain access to addon domains

Problem: How do I stop people from being able to use the addon domain as a subdomain of the...