jfrisella/SiteBootstrap/master/.htaccess - Htaccess File

jfrisella/SiteBootstrap/master/.htaccess

RewriteEngine On

# Include in the next line all folders to exclude
RewriteCond %{REQUEST_URI}  !(public) [NC]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache