Laravel5路由/home页面无法访问
时间:2015-05-12 09:11:31
收藏:0
阅读:163
报错信息:
Not Found
The requested URL /laravel5/public/home was not found on this server.
解决方法:
1、编辑apache中httpd.conf配置文件,去掉“#LoadModule rewrite_module modules/mod_rewrite.so”前面的#注释符
2、将httpd.conf中“Directory”的AllowOverride None改成AllowOverride All
原文:http://www.cnblogs.com/fourw/p/4496369.html
评论(0)