lundi 16 mars 2020

Larval .htaccess issue

Ok so essentially i have the following code in the ROOT directory of my larval project (this is because larveal project is not being ran in its own folder / domain)

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

    RewriteEngine On

    RewriteCond %{REQUEST_FILENAME} -d [OR]
    RewriteCond %{REQUEST_FILENAME} -f
    RewriteRule ^ ^$1 [N]

    RewriteCond %{REQUEST_URI} (\.\w+$) [NC]
    RewriteRule ^(.*)$ public/$1 

    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^ server.php

</IfModule>

However the site looks like this https://prnt.sc/rgz4qu



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire