标题:
apache windows环境下修改默认入口文件index
[打印本页]
作者:
xiexie
时间:
2012-6-27 10:13
标题:
apache windows环境下修改默认入口文件index
进入配置文件 conf\httpd.conf
#
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#
<IfModule dir_module>
DirectoryIndex index.html index.php #增加相应的入口文件即可
</IfModule>
最后重启apache
欢迎光临 PHP开发笔记 (http://phpvi.com/)
Powered by Discuz! 6.1.0