1bobman1/ci-blog-system/master/backend/.htaccess - Htaccess File

1bobman1/ci-blog-system/master/backend/.htaccess

#AuthType Basic
#AuthName "Thats protected Area!"
#AuthUserFile D:/domains/ci-blog-system/backend/.htpasswd
#Require valid-user

#<Files .htpasswd>
#   deny from all
#</Files>

RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d 

RewriteRule . index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache