Skip to content

Instantly share code, notes, and snippets.

@simistern
Created October 11, 2018 19:30
Show Gist options
  • Save simistern/32a846828bcc6209929330653aaff62c to your computer and use it in GitHub Desktop.
Save simistern/32a846828bcc6209929330653aaff62c to your computer and use it in GitHub Desktop.
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment