Forum Moderators: phranque

Message Too Old, No Replies

RewriteRule: different result depending on the PC

         

tirengarfio

3:41 pm on Mar 3, 2011 (gmt 0)

10+ Year Member



Hi,

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

Samizdata

4:13 pm on Mar 3, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Check that you emptied your browser cache on the machine it is not working on.

...