: How is the hierarchy of .htm/.html/.php decided? If I have a folder with files named index.html, index.htm, and index.php how it is decided which one will be used if you only list the URL
If I have a folder with files named index.html, index.htm, and index.php how it is decided which one will be used if you only list the URL to that folder? Is that something you can chose or is that up to the host?
More posts by @Cody1181609
1 Comments
Sorted by latest first Latest Oldest Best
If using Apache, it's the order the filenames are given in the DirectoryIndex directive. WAMP's default is
<IfModule dir_module>
DirectoryIndex index.html index.php index.php3 index.htm
</IfModule>
where index.html will be served if it exists, then index.php, and so on.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.