Skip to content

Instantly share code, notes, and snippets.

@walkerdigital
Created October 23, 2016 01:37
Show Gist options
  • Save walkerdigital/3d543b6f70a71b8f34a3ffbcea8613d5 to your computer and use it in GitHub Desktop.
Save walkerdigital/3d543b6f70a71b8f34a3ffbcea8613d5 to your computer and use it in GitHub Desktop.
CodeIgniter - simple htaccess
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment