hp9390/NSAQueryCreator/master/.htaccess - Htaccess File

hp9390/NSAQueryCreator/master/.htaccess

<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine On
#RewriteRule ^web/app_dev.php - [L]
RewriteRule ^web/app.php - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ web/app.php [QSA,L]
#RewriteRule ^(.*)$ web/app_dev.php [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache