Skip to content

Instantly share code, notes, and snippets.

@vrushank-snippets
Forked from muhittin/codeigniter_htaccess
Created March 23, 2012 10:27
Show Gist options
  • Save vrushank-snippets/2169364 to your computer and use it in GitHub Desktop.
Save vrushank-snippets/2169364 to your computer and use it in GitHub Desktop.
CodeIgniter : htaccess
RewriteEngine On
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php/$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment