posted on 3 9 月, 2009 BY admin

 HostMonster主机的常用功能就是设置目录默认文件,通常目录的默认文件是index.html或者index.php,如果我们利用.htaccess来设置默认文件,是完全可以的。

设置默认页,只要在.htaccess中增加一行代码就OK了

DirectoryIndex index.php index.php3 index.html index.htm
阅读全文… …