Skip to content

Instantly share code, notes, and snippets.

@nmyers
Created April 6, 2018 08:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nmyers/8c06305e93442318f84fb00a5f8569af to your computer and use it in GitHub Desktop.
Save nmyers/8c06305e93442318f84fb00a5f8569af to your computer and use it in GitHub Desktop.
redirect images to another server .htaccess #htaccess #wordpress
# local settings
RewriteEngine On
RewriteRule ^(wp-content/uploads/.*) https://lansons.com/$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment