Quote:
|
Originally Posted by yahooadam
dude i like that order
so you can have your forum (or like ipbdynamic lite for ipb)
and your website at the same place :P
welll i know what im saying (kinda)
is there any way to change this ??
|
Well if you want to change the default documents you could use an .htaccess to define the <DirectoryIndex> directive I believe it is
so on one line of the .htaccess in the directory you want to modify, put something like
DirectoryIndex index.php index.asp index.cgi index.htm index.html
and it will look for those files in the order they are written, so index.php would be tried first, and index.html would be tried last