php - 403 forbidden error when trying to install script on sub-directory -
I have my own server, which I run from some sites. I have sub-directories that link to full domain (/ music points -> www.music-site.com)
My problem is that I am getting a 403 forbidden error with a script The sub-directory I have installed on any other
The .htaccess file is as follows:
& lt; IfModule mod_rewrite.c & gt; & Lt; IfModule mod_negotiation.c & gt; Option -multi view & lt; / IfModule & gt; #RebrandTraining revalts at redirection slash ... revised rule ^ (. *) / $ / $ 1 [L, R = 301] # Handle Front controller ... revoked code% {REQUEST_FILENAME}! -d rewrite% {REQUEST_FILENAME}! -Frelease Rowl ^ Index.php [L]
If it makes a difference, then the script I'm trying to install is Laravel And based on bootstrap framework.
Does anyone know this issue?
Comments
Post a Comment