J
Jose Huerta
I wnat to obtain the URL the client asked for. But when using the
variables of request.servervariables(...) i have the next issue:
If someone put http://www.contoso.com the URL that i can obtain is
http://www.contoso.com/default.asp. So I can not difference between
these two URL.
The objective is to redirect www.contoso.com/default.asp to www.contoso.com
in order to avoid duplicate contents.
variables of request.servervariables(...) i have the next issue:
If someone put http://www.contoso.com the URL that i can obtain is
http://www.contoso.com/default.asp. So I can not difference between
these two URL.
The objective is to redirect www.contoso.com/default.asp to www.contoso.com
in order to avoid duplicate contents.