Hi,
I have several domains for my page: [
mypage.es,...] [
mypage.it.......] Now I'm trying to redirect just my french domain [
mypage.fr...] to [
mypage.com....] So I have tried this:
RewriteCond %{SERVER_PORT} ^443$
RewriteRule [mypage.fr$...] [mypage.com...] [R=301,L]
but doesn't redirect...
NOTE: This redirects ok:
RewriteCond %{SERVER_PORT} ^443$
RewriteRule ^(.*)$ [mypage.com...] [R=301,L]
Regards
Javi