PHP菜鸟博客_共同学习分享PHP技术心得【PHP爱好者】
tp5在phpstudy下URL无法去掉index.php的解决方案
2019-1-6 菜鸟站长


phpstudy (apache)中URL无法去掉index.php的解决方案



tp5默认设置的.htaccess文件在wamp中都可以实现了去掉(隐藏)index.php,但是在phpstudy(apache)中运行tp5时却无法正常去掉index.php,错误的原因是在phpstudy中tp5官方的.htaccess文件无效,解决办法如下:







RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]



修改为



RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]











如下图:



1.png









评论:
forex
2019-06-23 18:54 回复
Thanks for sharing your thoughts on PHP菜鸟博客.
Regards
发表评论:
昵称

邮件地址 (选填)

个人主页 (选填)

内容