我在设置禁止显示文件列表后发现访问有index.php文件的文件夹时无法找到index.php
解决:
找到apache的配置文件httpd.conf后找到
<IfModule dir_module>
DirectoryIndex index.html index.php
</IfModule>
在其中添加index.php,搞定.
我的配置:
主要是对某些网站需要通过passport转发一下:
来源:http://learnmore.javaeye.com/blog/425176
解决:
找到apache的配置文件httpd.conf后找到
<IfModule dir_module>
DirectoryIndex index.html index.php
</IfModule>
在其中添加index.php,搞定.
我的配置:
主要是对某些网站需要通过passport转发一下:
DocumentRoot ***
ServerName ***
AddDefaultCharset UTF-8
DirectoryIndex passport.php
ServerName ***
AddDefaultCharset UTF-8
DirectoryIndex passport.php
来源:http://learnmore.javaeye.com/blog/425176
作者:jackxiang@向东博客 专注WEB应用 构架之美 --- 构架之美,在于尽态极妍 | 应用之美,在于药到病除
地址:https://jackxiang.com/post/3939/
版权所有。转载时必须以链接形式注明作者和原始出处及本声明!
最后编辑: jackxiang 编辑于2011-1-10 16:47
评论列表