标签:
报错信息:
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