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
Files
