报错信息:
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
如果还是不能运行,按以下步骤进行配置:
Rename the server.php in the your Laravel root folder to index.php and copy the .htaccess file from /public directory to your Laravel root folder.