安装wordpress,后台可以进去,查看站点localhost/wordpress/index.php总回到文件夹页面,显示不了主页 5
2013-10-18
展开全部
那些目录权限不该这样的,不安全,权限应该降低,但是,L系统的空间,我不是很熟,但明显是,你这个文件夹权限给高了,一个是让访客能随便看到网站文件夹,二个导致原本直接显示页面的地方,却优先打开了文件夹列表,,,,,,三个是容易被黑客所入侵。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
我是在windows里用Apache+PHP+mysql搭的,就如楼上所说,在Apache24/conf/httpd.conf里搜索DirectoryIndex,我是在
<IfModule dir_module>
DirectoryIndex index.html
</IfModule>
里加上了index.php,变成
<IfModule dir_module>
DirectoryIndex index.html index.php
</IfModule>
之后访问http://localhost/wordpress/?p=1之类就能看到自己主页,不再回到文件夹页面了
<IfModule dir_module>
DirectoryIndex index.html
</IfModule>
里加上了index.php,变成
<IfModule dir_module>
DirectoryIndex index.html index.php
</IfModule>
之后访问http://localhost/wordpress/?p=1之类就能看到自己主页,不再回到文件夹页面了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
找到httpd.conf,一般在/etc/httpd/conf目录下
找下面这一行,
DirectoryIndex index.html index.html.var
加上index.php
找下面这一行,
DirectoryIndex index.html index.html.var
加上index.php
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
您好,你的问题我已经解决了,主要是你没有设置index.php为默认的站点首页地址,你估计是用Apache+Mysql+WordPress自己手动搭配的吧,你修改Apache 中conf文件夹下的httpd.conf中的
<IfModule dir_module>
DirectoryIndex index.html
</IfModule>
这段标签,在后面加上index.php,修改后如下:
<IfModule dir_module>
DirectoryIndex index.html index.php
</IfModule>
然后重启Apache,你就可以访问站点首页了
<IfModule dir_module>
DirectoryIndex index.html
</IfModule>
这段标签,在后面加上index.php,修改后如下:
<IfModule dir_module>
DirectoryIndex index.html index.php
</IfModule>
然后重启Apache,你就可以访问站点首页了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |