Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
Im trying to create the following redirect.
www.mydomain.co.uk > www.mydomain.co.uk/?lang=EN
www.mydomain.nl > www.mydomain.nl/?lang=NL
But when i do this with the following rule it will create an endless redirect
redirectMode="Temporary" redirect="Domain" ignoreCase="true" rewriteUrlParameter="IncludeQueryStringForRewrite" virtualUrl="http://www.mydomain.nl/" destinationUrl="http://www.mydomain.nl/default.aspx?lang=NL" />
I also tried the IIS7 rewrite module with no success. Any tips?
Thanks
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
URL rewrite question
Hi,
Im trying to create the following redirect.
www.mydomain.co.uk > www.mydomain.co.uk/?lang=EN
www.mydomain.nl > www.mydomain.nl/?lang=NL
But when i do this with the following rule it will create an endless redirect
redirectMode="Temporary"
redirect="Domain"
ignoreCase="true" rewriteUrlParameter="IncludeQueryStringForRewrite"
virtualUrl="http://www.mydomain.nl/"
destinationUrl="http://www.mydomain.nl/default.aspx?lang=NL" />
I also tried the IIS7 rewrite module with no success. Any tips?
Thanks
is working on a reply...