Skip to content

Instantly share code, notes, and snippets.

@DrDurco
Forked from JOakley77/codeigniter_htaccess
Created March 7, 2012 19:24
Show Gist options
  • Select an option

  • Save DrDurco/1995292 to your computer and use it in GitHub Desktop.

Select an option

Save DrDurco/1995292 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