How can I change the homepage of my domain?

Avatar
  • Answered
I've been using wordpress but recently finished coding my own site and want my domain to now point to my home.html page. I have the pages/stylesheets/js in a subfolder in public_html.
Avatar
Scott
Hello, Thank you for your question about changing your index page. You can certainly change the page that displays as your index. They appear in the following order: index.htm, index.html, index.php. This means that if an index.php exists (as with WordPress) but no index.htm or index.html, then the .php will display. If you added an index.html page, then it will display as it comes before index.php. You can also use a different page, such as home.html. You will need to make a change in your .htaccess file to do so. See our article on Changing your Default Index File that can help you. Kindest Regards, Scott M