samedi 25 février 2017

Laravel 5.4 - Blank Page - No Error Display

I Developer One Project in Laravel 5.4. Its Working Perfectly in Local Environment. But I upload in Server Environment. its Not Return any Error. Display Only Blank Page.

In my Env File I enabled Error Display :

APP_DEBUG=true APP_LOG_LEVEL=debug

I also give 777 permission for Storage Directory. another Folders have 755 Permission, Files have 644 Permission.

In My .htaccess File Code is :

<IfModule mod_rewrite.c>
   <IfModule mod_negotiation.c>
         Options -MultiViews
     </IfModule>

    RewriteEngine On

    # Redirect Trailing Slashes If Not A Folder...
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)/$ /$1 [L,R=301]

    # Handle Front Controller...
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^ index.php [L]

    # Handle Authorization Header
    RewriteCond %{HTTP:Authorization} .
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
</IfModule>

My Server PHP Version is 5.6.



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire