Skip to content

Instantly share code, notes, and snippets.

@mynameispj
Created October 9, 2012 02:03
Show Gist options
  • Save mynameispj/3856150 to your computer and use it in GitHub Desktop.
Save mynameispj/3856150 to your computer and use it in GitHub Desktop.
htaccess file
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond $1 !^(index\.php|css|img|js|fonts|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment