B
Brett
rf=Request.ServerVariables("HTTP_REFERER")
sv2=Request.ServerVariables("URL") & "?" & Request.ServerVariables("QUERY_STRING")
if instr(rf,"http://www.westcoast") = 1 then
'response.redirect "http://midvalleyfurniture.com" & sv2
end if
If I put the redirect back in, it hangs and times out. Otherwise, works fine.
What am I doing wrong?
Thanks,
Brett
sv2=Request.ServerVariables("URL") & "?" & Request.ServerVariables("QUERY_STRING")
if instr(rf,"http://www.westcoast") = 1 then
'response.redirect "http://midvalleyfurniture.com" & sv2
end if
If I put the redirect back in, it hangs and times out. Otherwise, works fine.
What am I doing wrong?
Thanks,
Brett