Skip to content

Instantly share code, notes, and snippets.

@virbo
Created May 19, 2016 07:16
Show Gist options
  • Save virbo/570e30ff74dfde4535f3405c050465b5 to your computer and use it in GitHub Desktop.
Save virbo/570e30ff74dfde4535f3405c050465b5 to your computer and use it in GitHub Desktop.
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule ^(.*)$ index.php?/$1 [L]
RewriteRule . index.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment