hello Webnauts,
i'm not sure if you understood my problem right..
the problem is in the IF THEN ELSE condition.
Are you saying you would put this peace of code
<%@ Language=VBScript %>
<%
Response.Status="301 Moved Permanently"
Response.AddHeader "Location", "http://www.mauriciotravels.com"
%>
on top of the homepage without an IF THEN ELSE condition? This means the 301-redirect would be executed every time someone enters the homepage, regardless if it is vacationsbrazil.com or mauriciotravels.com ??
|