Sephirothus/munchkin/master/backend/web/.htaccess - Htaccess File

Sephirothus/munchkin/master/backend/web/.htaccess

RewriteEngine On

RewriteRule ^advanced/backend/web/index-test.php$ index-test.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache