add server level code

This commit is contained in:
Ray Elliott 2020-05-10 18:13:24 +03:00
parent 1aac24116d
commit 772feeac62
1 changed files with 2 additions and 0 deletions

2
server-level.htaccess Normal file
View File

@ -0,0 +1,2 @@
RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^wp-content\/uploads\/(.*)
https://productionurl.com/wp-content/uploads/$1 [L,R=301]