Skip to content

Instantly share code, notes, and snippets.

@rayou
Forked from muhittin/codeigniter_htaccess
Last active December 15, 2015 13:59
Show Gist options
  • Select an option

  • Save rayou/5271575 to your computer and use it in GitHub Desktop.

Select an option

Save rayou/5271575 to your computer and use it in GitHub Desktop.
PHP: 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