为什么我访问localhost/tp5/public可以访问 但是localhost/tp5/public/index/Index/Index就出现404错误呢

来源:2-4 模块设计

qq_时光衬人_1

2017-10-03 11:07

为什么我访问localhost/tp5/public可以访问 但是localhost/tp5/public/index/Index/Index就出现404错误呢

写回答 关注

3回答

  • 慕侠3069517
    2020-03-28 14:36:45

    我的解决问题是吧thankphp5放在www的tp5下面

    https://jingyan.baidu.com/article/b2c186c83be143c46ef6ffb9.html

  • SYK101
    2019-04-02 19:50:59

    你好我遇到这个问题了,请问你是怎么解决的啊

    慕侠3069...

    请问您最后解决了吗,您是怎么解决的

    2020-03-27 22:34:17

    共 1 条回复 >

  • 胖胖的战旗
    2017-10-03 14:14:46

    修改一下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>


    慕侠3069... 回复qq_慕妹7...

    请问您最后解决了吗

    2020-03-27 22:41:26

    共 5 条回复 >

快速入门ThinkPHP 5.0--基础篇

ThinkPHP5已发布多时,想了解ThinkPHP5的新特性吗?老司机带你马上出发~

58655 学习 · 495 问题

查看课程

相似问题