Default page priority

whats the default priority for the index page?
so if i uploaded “index.php” and “index.html” in the root which will be the default?

index.html
index.php
default.htm
default.php
main.xxx (???)
more.yyy(???)

anyone know?


let me recap.

so if i uploaded “index.php” and “index.html” in the root which will be the default?

i want to know which has priority over the others.

[edit] did it my self. if anyone cares this is order by priority.
1)index.php
2)index.html
3)default.php
(default.html doesn’t show)


just wanted to know if anyone already knew it, lol. but yes, it was due to lazyness.


someone could have answered it in like, 30 seconds >_>.
unfortunately, nobody knew.


someone could have answered it in like, 30 seconds >_>.
unfortunately, nobody knew.


nobody knew

You’re just asking the wrong people! :smiley:

By the way, you can change the order/priority to whatever you want in .htaccess

Just add:


DirectoryIndex index.php index.html index.htm

ah! that’s exactly what i need.