Skip to content

Instantly share code, notes, and snippets.

@arbaaz
Created September 10, 2013 12:50
Show Gist options
  • Save arbaaz/6508944 to your computer and use it in GitHub Desktop.
Save arbaaz/6508944 to your computer and use it in GitHub Desktop.
htaccess:assets(To Add css and js to the project)
RewriteEngine on
RewriteCond $1 !^(index\.php|images|assets|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment