
Originally Posted by
ldylion214
Do you see what I may have done wrong in the code?
it looks like you are in a loop that redirects regardless of the domain name. you might want to try something like the script below:
Code:
<%@ Language=VBScript %>
<%
If Request.ServerVariables("SERVER_NAME") <> "www.tribeazure.com" Then
Response.Status="301 Moved Permanently"
Response.AddHeader("Location","http://www.tribeazure.com/")
End If
%>
it should skip the redirect if the SERVER_NAME is Native American Jewelry - American Indian Jewelry