Rocklviv/LeoMvc/master/.htaccess - Htaccess File

Rocklviv/LeoMvc/master/.htaccess

AddDefaultCharset utf-8

RewriteEngine on
RewriteBase /

RewriteCond $1 !^(index.php|resources|uploads|favicon.ico)

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

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache