摘要: 一般默认的首页文件是index.php index.php3 index.html index.htm之类的,要想修改为myNewIndex.php,进入服务器Apache目录,找到httpd.conf文件,记事本打卡,搜索"DirectoryIndex",可以看到 DirectoryIndex index.php index.php3 index.html index.htm添加myNewIndex.php即可,顺序代表了优先级 阅读全文
posted @ 2013-09-25 13:00 酷熊 阅读(2007) 评论(0) 推荐(0) 编辑