Knowledge base
1000 FAQs, 500 tutorials and instructional videos. Here, there are only solutions!
Manage the default home pages
This guide concerns the names of the home pages that you can have on your Infomaniak Web Hosting, and which will be prioritized when a visitor accesses your website via its domain name.
Regarding Site Creator, please refer to this other guide.
Introduction
- Default home pages on a web server are the first pages that appear when a user accesses a website without specifying a particular file.
- If you simply enter
http://domain.xyzin your browser's address bar, the web server will look for a default homepage to display, such asindex.html,index.php,index.htm, or other similar variations.
Homepage Priority Order
The following pages are loaded by default at Infomaniak, in order of priority:
- index.html
- index.htm
- home.html
- home.htm
- default.html
- default.htm
- index.cgi
- index.php
- index.php5
- index.php4
- index.php3
- default.php
- home.php
- welcome.php
In summary:
- If you have 2 pages in the root directory of your hosting account, based on the ranking above, you will see that
index.phpis recognized as the priority page overwelcome.php. - You can also conclude that if you only have
welcome.phpas a page in the root directory, it will be loaded and function as the homepage. - If you have a
home.htmlpage, it will not work because this name is not in the list. - When you type
www.domain.xyzin the browser, onlyindex.phpwill be displayed automatically (and to displaywelcome.php, you will need to type the exact page namewww.domain.xyz/welcome.php).
Customize the default homepage
To set a different homepage to be loaded by default, add DirectoryIndex followed by the appropriate pages in the .htaccess file:
DirectoryIndex accueil.html index.php index.htmlThis means that the web server will first look for a file named accueil.html. If it doesn't find accueil.php, it will then look for index.php, and finally index.html.
Link to this FAQ: https://faq.infomaniak.com/261
Has this FAQ been helpful?