marx8926/ae/master/.htaccess - Htaccess File

marx8926/ae/master/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine On
RedirectMatch permanent ^/app.php/(.*) /$1
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^css(.*)$ web/css/$1 [L]
RewriteRule ^images(.*)$ web/images/$1 [L]
RewriteRule ^js(.*)$ web/js/$1 [L]
RewriteRule ^(.*)$ web/app.php [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache