"http://searchportal.information.com/?o_id=#####&domainname=domainname.com"
Replace "domainname.com" with your domain name. This method requires you to redirect each domain individually. and add your code in #####
"http://searchportal.information.com/?o_id=#####&domainname=referer_detect"
This method allows you to forward all of your domains in bulk to a single URL, without having to pass the domain name in the URL. It requires you to forward your domains from your registrar using frames to a single URL. If your registrar does not provide framed forwarding (sometimes referred to as masking or stealth), you will not be able to use this redirection method.
Forwarding Using HTML
<html>
<head>
<title>search the web</title>
</head>
<frameset rows="100%,*" frameborder="no" border="0" framespacing="0">
<frame src="http://searchportal.information.com/?o_id=#####&domainname=referer_detect">
</frameset>
<noframes>
<body bgcolor="
#ffffff"text="
#000000">
<a href="http://searchportal.information.com/?o_id=#####&domainname=referer_detect">Click here to enter</a>
</body>
</noframes>
>
514
;/html<