Portal Home > Knowledgebase > Linux Hosting - Tutorials > Set home.html page as homepage in place of index.html
Method 1 : Put the following code in .htaccess to redirect index.html to home.html RewriteEngine onRewriteRule ^home\.html /index\.html Method 2 : In your root .htaccess file add the followingDirectoryIndex home.html home.htm index.html index.htmThis will first look for and display home.html then home.htm.
Method 1 :
Put the following code in .htaccess to redirect index.html to home.html
RewriteEngine onRewriteRule ^home\.html /index\.html
Method 2 :
In your root .htaccess file add the followingDirectoryIndex home.html home.htm index.html index.htmThis will first look for and display home.html then home.htm.
Was this answer helpful? Yes No
Add to Favourites Print this Article
Quick Navigation
Client Login
Email
Password
Remember Me
Search
Knowledgebase Downloads