swhp/codeigniter-template/master/.htaccess - Htaccess File

swhp/codeigniter-template/master/.htaccess

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [PT,L]

#Setting environtment codeigniter#
SetEnvIf Host localhost$ CI_ENV=development
#SetEnvIf Host test.domain.ltd$ CI_ENV=testing
#SetEnvIf Host www.domain.ltd$ CI_ENV=production

On Github License

Files

Download PDF of Htaccess file
ENV, REQUEST_FILENAME

Comments

Apache