您的位置:首页 > 编程语言 > PHP开发

Laravel have empty or blank page when install..

2014-04-01 00:00 344 查看
摘要: step 1 <httpd.conf>

DocumentRoot "/var/www/html/laravel/public"

step 1 <httpd.conf>

DocumentRoot "/var/www/html/laravel/public"

step 2 <httpd.conf>

check the rewrite module is uncomment

step 3 <laravel/app>

please give permission 755 all directory , and I use...

#> chown -R apache:apache storage/

ps: this is very important. when I google blank or empty page , I got the permission issue. Laravel don't have any error message~~

Matt Huang
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐