maglnet/MaglLegacyApplication/master/data/.htaccess - Htaccess File

maglnet/MaglLegacyApplication/master/data/.htaccess

RewriteEngine   On
RewriteCond     %{REQUEST_FILENAME} !-f    [OR]
RewriteCond     %{REQUEST_FILENAME} .php$
RewriteCond     %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ %{ENV:BASE}magl-zf2-legacy-wrapper.php [NC,L]

On Github License

Files

Download PDF of Htaccess file
ENV, REQUEST_FILENAME

Comments

Apache