qq_时光衬人_1
2017-10-03 11:07
为什么我访问localhost/tp5/public可以访问 但是localhost/tp5/public/index/Index/Index就出现404错误呢
我的解决问题是吧thankphp5放在www的tp5下面
https://jingyan.baidu.com/article/b2c186c83be143c46ef6ffb9.html
你好我遇到这个问题了,请问你是怎么解决的啊
修改一下public目录下面的静态文件。
<IfModule mod_rewrite.c> Options +FollowSymlinks -Multiviews RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L] </IfModule>
快速入门ThinkPHP 5.0--基础篇
58655 学习 · 495 问题
相似问题