This script redirects incoming HTTP requests to Request.asp.
<!doctype html public "-//IETF//DTD HTML//EN">
<HTML>
<META HTTP-EQUIV="REFRESH" CONTENT="0; URL=request.asp">
</HTML>