I have this line in my .htaccess
RewriteCond %{SERVER_PORT} ^443$
RewriteCond %{HTTP_HOST} !^test.mypage.eu [NC]
RewriteRule (.*)$ https://test.mypage.eu [R=301,L]
When i do the request, it's doing the redirection OK from one PC but from another one no. Any idea what can be the problem?
Regards
Javi