ictish/codeIgniter/master/.htaccess - Htaccess File

ictish/codeIgniter/master/.htaccess

#<RequireAny>
#    AuthType Basic
#    AuthName "MAIS-Authentication"
#    AuthUserFile C:/htpassword/.htpasswd
#    Require valid-user
#</RequireAny>

RewriteEngine on

RewriteCond $1 !^(index.php|css|js|images|robots.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache