Zolli/BuildR/master/webroot/.htaccess - Htaccess File

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]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache