jeslopcru/testingsilex/master/web/.htaccess - Htaccess File

jeslopcru/testingsilex/master/web/.htaccess

<IfModule mod_rewrite.c>
    Options -MultiViews

    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^ index.php [L]

    RewriteCond %{THE_REQUEST} ^(GET|HEAD) /web/
RewriteRule ^(.*)$ /$1 [L,R=301]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
GET, REQUEST_FILENAME, THE_REQUEST

Comments

Apache