Skip to content

Instantly share code, notes, and snippets.

@scottbaggett
Created November 22, 2016 22:15
Show Gist options
  • Select an option

  • Save scottbaggett/58537b933f744896cd4b5f2e24ad5b1b to your computer and use it in GitHub Desktop.

Select an option

Save scottbaggett/58537b933f744896cd4b5f2e24ad5b1b to your computer and use it in GitHub Desktop.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /content/uploads/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{HTTP_HOST} ^dev\.coveteur\.com$
RewriteRule ^(.+)$ http://coveteur.com/wp-content/uploads/$1 [L,R=301,NE]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment