google search

ISAPI_Rewrite is Apache mod_rewrite compatible URL rewriter for Microsoft IIS
User avatar
Posts: 1
Joined: 26 Mar 2012, 10:05

google search

26 Mar 2012, 10:45

Hi,

How can do this redirection when the user cames from google :

test.mydomain.fr/fr/xxx.htm to www.mydomain.fr/fr/xxx.htm
test.mydomain.en/fr/xxx.htm to www.mydomain.en/fr/xxx.htm
...

Thanks

User avatar
Posts: 1264
Joined: 07 Mar 2012, 10:16

Re: google search

27 Mar 2012, 05:13

Hello,

Please, try using the following:

Code: Select all
RewriteCond %{HTTP:Host} ^test\.(mydomain\..*)$
RewriteRule (.*) http://www.%1/$1 [NC,R=301,L]


Regards
Andrew

Return to ISAPI_Rewrite 3.0

Who is online

Users browsing this forum: No registered users and 18 guests