dmelk/ProgrTeaching/master/web/.htaccess - Htaccess File

dmelk/ProgrTeaching/master/web/.htaccess

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/app_dev.php
RewriteRule ^.*$ /app_dev.php [NC,L,QSA]
RewriteRule ^$ /app_dev.php [NC,L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache