Skip to content

Instantly share code, notes, and snippets.

@bennuttall
Created May 23, 2020 12:26
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 bennuttall/b2c396618e79c96d3e94a8cd60f91d72 to your computer and use it in GitHub Desktop.
Save bennuttall/b2c396618e79c96d3e94a8cd60f91d72 to your computer and use it in GitHub Desktop.
wordpress dev .htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^wp-content/uploads/(.*)$ https://bennuttall.com/wp-content/uploads/$1 [L,R=302]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment