Hello,
This has been posted before, but I will post it again:<%
if request.servervariables("REMOTE_ADDR") = "(IP Address 1)" or request.servervariables("REMOTE_ADDR") = "(IP Address 2)" or request.servervariables("REMOTE_ADDR") = "(IP Address 3)" or request.servervariables("REMOTE_ADDR") = "(IP Address 4)" then
Response.Redirect "http://www.fbi.gov"
end if
%>
I place that code at the very top in inc_header.asp (with the right IP addresses) and is seems to work for me.
I hope it helps.
<