ivanrosolen/crud-demo/master/back/public/.htaccess - Htaccess File

ivanrosolen/crud-demo/master/back/public/.htaccess

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !(css|js|jpg|png) ./index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache