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
Files
