How to enable URL Masking

To enable URL Masking, please see the following instructions.

• Open a notepad file
• Insert the below code:
<HTML> <FRAMESET border=0 rows="100%,*" frameborder="no" marginleft=0 margintop=0 marginright=0 marginbottom=0> <frame src="http://www.domain.com" scrolling=auto frameborder="no" border=0 noresize> <frame topmargin="0" marginwidth=0 scrolling=no marginheight=0 frameborder="no" border=0 noresize> </FRAMESET> </HTML>

• Replace the 'http://www.domain.com' with your target URL
• Save it as a .html file
• Upload it to the server

This will trigger a "meta refresh", when anybody visits your .html page, they will be redirected to your target URL. Please note that the above is provided as a courtesy - we do not provide any coding or design-related support. If you require further information/assistance on this, please submit a ticket and a member of the team will be happy to assist further.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How do I unlock my domain name?

  When transferring a .com/net/org/info/biz/etc domain from one domain registration provider to...

How to set up a URL redirect on your domain

For information on how to set up a redirect in your LetsHost cPanel control panel, please see the...

How to change PHP version on my account

It is now possible to change the version of PHP in use on your hosting account. To do this, you...

How do I update the whois information of my domain?

Please see the following steps on updating the whois information for your domain: - Log in to...

Enabling cURL

By default the PHP function curl_exec may be disabled globally on the server.However, you can...