Scroll to top

What is a Masked redirect?

If you wish to show the content from another page on your domain name, then masked redirect is what you are looking for! Domain masking, URL masking or Masked redirect are technically the same thing: when you access, for example, domain1.com it displays the content of domain2.com, but in the address bar it still shows domain1.com Although the content is from domain2, there are no files being uploaded to domain1. All database connections are still being made on the hosting account of domain2.

You can do this redirect multiple ways: by embedding a frame in the main website, so that the website points to another one; URL rewriting when the server displays the same content on both urls (aliases); Virtual hosting when the server displays on different website the content of the “host”

Below, we will show you the easiest way to make a masked redirect:
Learn how to make a masked redirect from your cPanel account by following this quick tutorial!

Code that needs to be inserted:


<html><head><title><strong>Webstie title</strong></title></head>
<frameset cols="*">
 <frame name="main" src="Link to the page you wish to forward" scrolling="auto" noresize>
 <noframes>
 <body>
 Your browser does not support frames
 </body>
 </noframes>
</frameset>
</html>

Once the code has been inserted, your masked redirect will be working – give it a test!
Need help with making the masked redirect?
Contact us on our Live chat support if you encounter any issues and we will gladly give you a hand setting it up!
Also, if you are looking for a cpanel hosting, you can find a plan from which to choose on THCServers.com – reliable hosting plans at affordable prices. Our 24h Live chat and Ticket support will always be online to aid you whenever it is needed.

Post a Comment

Your email address will not be published. Required fields are marked *