403 Forbidden Access to this resource on the server is denied!
Hey devs
I have been working on localhost and when i tried to deploy it to laravel i get this error i even gave permissions to storage folder but all in vain. someone who has any way to go past this thanks.
this is my .htaccess
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews -Indexes
</IfModule>
RewriteEngine On
# Handle Authorization Header
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
# Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} (.+)/$
RewriteRule ^ %1 [L,R=301]
# Send Requests To Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
# cors
Header set Access-Control-Allow-Origin "*"
Hide a specific file
<Files .env>
Order allow,deny
Deny from all
</Files>
RewriteCond %{HTTPS} off
RewriteCond %{HTTP:X-Forwarded-SSL} !on
<div class="text-center">
<div class="mb-5">
<h1 class="display-4"> {{\App\CentralLogics\translate('sign_in')}}</h1>
<p>Please fill in the details to proceed
</p>
</div>
</div>