module not exists:public

浏览:1274 发布日期:2019/06/06 分类:ThinkPHP5专区 关键字: 模塊 public
不知什麼原因,弄了很久還是不能。
可取得index的版面,但其他的route,如 hello便不能。

tp.findfindme.com/public 是可以指向主頁

tp.findfindme.com/public/hello 出現找不到模塊public

怎樣解決?

我已經在 public/.htaccess 加入
<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>
最佳答案
评论( 相关
后面还有条评论,点击查看>>