TimHuangcheng/CI/master/.htaccess - Htaccess File

TimHuangcheng/CI/master/.htaccess

RewriteEngine on

RewriteCond %{REQUEST_FILENAME}       !-d
RewriteCond %{REQUEST_FILENAME}       !-f
RewriteCond %{HTTP_HOST} admin.etekcitizentest.local [NC]
RewriteRule ^(.*)$ admin.php/$1 [L]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME

Comments

Apache