Skip to content

Instantly share code, notes, and snippets.

@sergiopvilar
Created September 14, 2012 13:45
Show Gist options
  • Save sergiopvilar/3722000 to your computer and use it in GitHub Desktop.
Save sergiopvilar/3722000 to your computer and use it in GitHub Desktop.
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^$ app/webroot/ [L]
RewriteRule (.*) app/webroot/$1 [L]
RewriteCond %{REQUEST_URI} ^/img/
RewriteRule ^img/(.*)$ http://static1.feiraocarrofacil.com.br/$1 [R=301,L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment