Zolli/BuildR/master/webroot/.htaccess
# Turn on URL rewriting
RewriteEngine On
# Protect the existing files and folders beign rewrited
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# Rewrite the request
RewriteRule ^(.*)$ index.php [NC,L]
Files
