Membership is FREE, giving all registered users unlimited access to every Acorn Domains feature, resource, and tool! Optional membership upgrades unlock exclusive benefits like profile signatures with links, banner placements, appearances in the weekly newsletter, and much more - customized to your membership level!
anychances of explaining how I can making sure any web addresses such as wwwdomainname/offer/index.htm are forwarded to another url instead of seeing a blank page
Assuming that the server is running Apache, you can either set the second name as an alias, or use ReWrite to take the incoming URL and generate a replacement.
For example any of the domains I have for sale will be redirected to a unique page. eg:
The DNSs will decide what server the domain name lands on, after that any address, including sud-directories and filenames, can be modified by the re-write rules and re-directed to any page. The page can even be on another server.
However the language the rules are written in is obscure (Regular Expressions). You will most likely need a geek. You might also need root access to the server, depending on how AllowOverride is configured.
<body text="#000000" link="#800000" vlink="#FF8080" alink="#C0C0C0">
<p align="center">
<center>
You are being redirected to the new site<br>
<p><br>
If your browser does not support java, please click <a href="http://www.yoursite.com">here</a>.
</center></body></html>