vikasrana1987/ci_cms/master/.htaccess - Htaccess File

vikasrana1987/ci_cms/master/.htaccess

#SetEnv CI_ENV production

RewriteEngine On
RewriteCond $1 !^(index.php|assets|robots.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

On Github License

Files

Download PDF of Htaccess file
ENV, REQUEST_FILENAME

Comments

Apache