guys
i have created a 2 laravel project and upload it to different webhosting ,but the website give a 500 error , i have give 777 permmisions to storge and subfolders , and clear the views cache but the problem wasn`t solve
i want to know why this problem ? the error
the public/.htacess file Options -MultiViews
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}]
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire