Skip to content

Instantly share code, notes, and snippets.

@lleitep3
Created May 16, 2011 13:48
Show Gist options
  • Save lleitep3/974468 to your computer and use it in GitHub Desktop.
Save lleitep3/974468 to your computer and use it in GitHub Desktop.
this'. htaccess' I need to define the controller name by 'index.php'
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !(css|js|jpg|png) ./index.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment