ThinkPHP 重写模式去除index.php 浏览器显示Not Found 找不到啊。求解

ThinkPHP新手。我按照教学视频一步步来的,而我的却不行。检查和调试了半天,还是不行。但我是不会放弃的。继续调试。请各位前辈帮我看看。谢谢配置项设置URL为重写模式:... ThinkPHP新手。
我按照教学视频一步步来的,而我的却不行。检查和调试了半天,还是不行。但我是不会放弃的。继续调试。
请各位前辈帮我看看。谢谢

配置项 设置URL为重写模式:

index方法里输出URL重写模式地址

再配置Apache的httpd.conf(把rewrite.so前面的#号删掉了)

然后在index.php同级下建立.htaccess文件 写入代码

运行浏览器 结果如下:

这一步很正常。说明我的index方法起了作用。
但是user方法就不行了(我复制了这个界面的URL地址)。如图:

why? Why do you want to do this to me?
展开
 我来答
怪怪怪怪怪的乖乖6Q
2014-12-19 · TA获得超过1013个赞
知道小有建树答主
回答量:748
采纳率:0%
帮助的人:425万
展开全部
apache网站目录的httpd.conf
AllowOverride None
改为
AllowOverride All
然后重启apache
追问
有很多AllowOverride None 是哪个?
追答
如果没有启用虚拟主机一般改网站的根目录那个就可以了

#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
# http://httpd.apache.org/docs/2.2/mod/core.html#options
# for more information.
#
Options Indexes FollowSymLinks

#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride All
本回答被提问者和网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式