报错信息: 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 如果还是不能运…