jcuna/FrameBro/master/public/.htaccess - Htaccess File

jcuna/FrameBro/master/public/.htaccess

Options -Multiviews
RewriteEngine On

RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteCond %{REQUEST_URI} !=/favicon.ico

RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
AddDefaultCharset utf-8

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache