Skip to content

Instantly share code, notes, and snippets.

@DarrylDias
Last active August 29, 2015 14:04
Show Gist options
  • Select an option

  • Save DarrylDias/7aab32fa2a78b070348f to your computer and use it in GitHub Desktop.

Select an option

Save DarrylDias/7aab32fa2a78b070348f to your computer and use it in GitHub Desktop.
mod_rewrite for Slim.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^(.*)$ index.php?/$1 [L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment