bcremer/shopware/5.1/recovery/install/.htaccess - Htaccess File

bcremer/shopware/5.1/recovery/install/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule .* - [E=MOD_REWRITE:1]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ index.php [QSA,L]
</IfModule>

DirectoryIndex index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache