Created
December 14, 2023 19:56
-
-
Save duoeg/2586ba47072f59b1b803c9c40850ab7d to your computer and use it in GitHub Desktop.
Appeler uploads d'un autre host
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Put before WordPress rules | |
RewriteCond %{REQUEST_FILENAME} !-f | |
RewriteCond %{REQUEST_FILENAME} !-d | |
RewriteRule ^(wp-content/uploads/.*) https://www.example.ca/$1 [L] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment