til-schneider/slim-wiki/master/src/.htaccess - Htaccess File

til-schneider/slim-wiki/master/src/.htaccess

RewriteEngine On

RewriteCond %{THE_REQUEST} !^GET .*?/client/([a-z].(js|css)|img/|libs/)
RewriteCond %{THE_REQUEST} !^GET .*?/server/theme/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [L,QSA]

On Github License

Files

Download PDF of Htaccess file
GET, REQUEST_FILENAME, THE_REQUEST

Comments

Apache