laravel路由问题

来源:3-1 路由

_莫凡

2017-01-04 00:10

为什么我在地址栏访问默认的路由没有问题 很正常,但是一旦访问自定义的路由就出现404报错:

Object not found!

The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.

If you think this is a server error, please contact the webmaster.

Error 404

www.book.com
Apache/2.4.18 (Unix) OpenSSL/1.0.2f PHP/7.0.2 mod_perl/2.0.8-dev Perl/v5.16.3


写回答 关注

1回答

  • MaxSky
    2017-01-04 02:53:25

    路由对应的控制器写上了吗?路径是否有错呢?

轻松学会Laravel-基础篇

Laravel框架基础视频教程,轻松入门,了解Laravel的优势

64153 学习 · 281 问题

查看课程

相似问题