Htaccess redirecting not rewriting
I have two domains - a .com domain and .co.
I want to rewrite example.co/TEXT-HERE to
https://www.example.com/page.php?url=TEXT-HERE
Here is my htaccess, but it seems to be redirecting instead.
RewriteCond %{HTTP_HOST} ^(www\.)?example\.co$ [NC]
RewriteRule ^(.*)$ https://www.example.com/page.php?code=$1
No comments:
Post a Comment