Knowledge Base Hub

Browse through our helpful how-to guides to get the fastest solutions to your technical issues.

Home  >  Domain Name & DNS Issues  >  How to do Domain name Masking?
Top Scroll

How to do Domain name Masking?

 2 min

Domain name masking is also known as URL masking that allows you to hide the actual domain name of a website from the URL field of a user’s browser, while it shows the content of another website.

For example, when your visitor opens your website, you can have yourdomainname.com shown in the browser’s address bar, while the actual site loaded will be yourOtherdomainname.com.

Domain name masking can be done easily by performing the following steps :

To do so, insert index.html file with the code shown below in the main folder for yourdomainname.com.

<html>

<head>

<title>Page Title</title>

<meta name = "description" content="Description">

<meta name="keywords" content="Keyword1, Keyword2">

</head>

<frameset rows="100%,0" border="0">

<frame src="http://yourotherdomainname.com" frameborder="0">

<frame frameborder="0">

</frameset>

</html>

That’s it. This code will allow you to do simple domain name masking.

Also Read :

1)How to Connect a Domain Name to a Hosting Account or a Reseller Server?

For our Knowledge Base visitors only
Get 10% OFF on Hosting
Special Offer!
30
MINS
59
SECS
Claim the discount before it’s too late. Use the coupon code:
STORYSAVER
Note: Copy the coupon code and apply it on checkout.