mzijlstra/web-raptor/master/.htaccess - Htaccess File

mzijlstra/web-raptor/master/.htaccess

# Michael Zijlstra 11/14/2014

# Enable Rewriting
RewriteEngine on 

ReWriteCond %{REQUEST_FILENAME} !-f
ReWriteRule .*/res/(.+) res/$1 [NC,L]

# send everything else to the front controller
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteRule .* frontController.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache