Created
February 10, 2025 15:26
-
-
Save railmedia/fb38631216f309f6a2d6bb38160bb165 to your computer and use it in GitHub Desktop.
Redirect domains
This file contains hidden or 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
| RewriteEngine On | |
| RewriteCond %{HTTP_HOST} ^(?:www\.)remodelarecorporalacrevedia\.ro$ [NC] | |
| RewriteRule ^ https://evabodyart.ro%{REQUEST_URI} [L,R=301] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment