Skip to content

Instantly share code, notes, and snippets.

@douglasmiranda
Created July 21, 2011 04:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save douglasmiranda/1096517 to your computer and use it in GitHub Desktop.
Save douglasmiranda/1096517 to your computer and use it in GitHub Desktop.
Apache Url Rewrite (using in Zend Framework)
RewriteEngine on
# rules
RewriteRule !\.(js|ico|txt|gif|jpg|png|css|rar|zip|jpeg|swf|xml|robots\.txt)$ index.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment