Skip to content

Instantly share code, notes, and snippets.

@dellow
Created August 4, 2015 13:27
Show Gist options
  • Save dellow/b846149a79259040f233 to your computer and use it in GitHub Desktop.
Save dellow/b846149a79259040f233 to your computer and use it in GitHub Desktop.
Dev images from live domain
# Dev images from live domain.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (.*\.(gif|jpg|png)) http://livedomain.com/$1 [QSA,R,L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment