LAMP环境TP5只能访问首页,Not Found问题解决

一开始我写的url是http://139.xxx.160.xx/tp1/public/admin/index/index

Not Found
The requested URL /tp1/public/admin/index/index was not found on this server.

这是因为没有进行URL重写,入口文件index.php不能省略。

所以URL改成http://139.xxx.160.xx/tp1/public/index.php/admin/index/index

完美解决

你可能感兴趣的:(LAMP环境TP5只能访问首页,Not Found问题解决)