Hi all,
I need some help with redirection on IIS and was wondering if any of you know how to set this up:
What I've done so far is add $S$Q to the redirect and that has solved half the above mentioned requirement but obviously not the part pertaining to the LanguageCode. Any genius available?
I need some help with redirection on IIS and was wondering if any of you know how to set this up:
This is what is needed:
The URLs beneath need to be redirected to http://www.x.y.com/the-name-of-the-file-in-question.aspx
Furthermore if aspx file is followed by ?LanguageCode=FRE the user needs to be redirected to http://fr.x.y.com/the-name-of-the-file-in-question.aspx (Note the fr.)
Currently the www.y.com/name-of-the-file.aspx is redirecting to the proper page but urls that do not include www. are simply redirected to homepage.
Can this be done on server side like it would be done with htaccess?
http://y.com/name-of-the-file.aspx
What I've done so far is add $S$Q to the redirect and that has solved half the above mentioned requirement but obviously not the part pertaining to the LanguageCode. Any genius available?