Skip to content

Instantly share code, notes, and snippets.

@smerrill
Created July 28, 2011 22:04
Show Gist options
  • Save smerrill/1112696 to your computer and use it in GitHub Desktop.
Save smerrill/1112696 to your computer and use it in GitHub Desktop.
# From http://stackoverflow.com/questions/5952939/htaccess-forward-local-to-remote-on-404
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(sites/default/files/.*)$ http://productionurl.com/$1 [R,L,NC]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment