Skip to content

Instantly share code, notes, and snippets.

@shakyShane
Forked from knowj/gist:c0a7c5fffbc4a65f44d2
Last active August 29, 2015 14:09
Show Gist options
  • Save shakyShane/05486792411aae26354c to your computer and use it in GitHub Desktop.
Save shakyShane/05486792411aae26354c to your computer and use it in GitHub Desktop.
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule (.*) - [L]
RewriteRule ^(.*)$ http://www.domain.com/media/$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment