Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. 🚫 No AI-generated (LLM) posts allowed. Share your own thoughts and experience — accounts may be terminated for violations.
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>