thomaspicquet/howlonguntiltomorrowland/master/web/.htaccess - Htaccess File

thomaspicquet/howlonguntiltomorrowland/master/web/.htaccess

Options -MultiViews

RewriteEngine On
RewriteRule ^index.php - [L]
RewriteRule ^index_dev.php - [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ /index.php [QSA,L]
#RewriteRule ^ /index_dev.php [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache