Mobile app version of vmapp.org
Login or Join
Lengel546

: Prevent frame view with GoDaddy forward (301 with mask) I have a domain name at GoDaddy and have forwarded it to an external domain, using the settings 301 with mask. However, when I go to

@Lengel546

Posted in: #Dns #DomainForwarding #Domains #Godaddy

I have a domain name at GoDaddy and have forwarded it to an external domain, using the settings 301 with mask.

However, when I go to my GoDaddy domain and press view source code then I only get that the page is embedded in a frame. Like this:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>

<head>
<title>TITLE HERE</title>
<META name="description" content="DESCRIPTION HERE"><META name="keywords" content="KEYWORDS HERE">
</head>
<frameset rows="100%,*" border="0">
<frame src="MYGODADDYDOMAIN.COM" frameborder="0" />
<frame frameborder="0" noresize />
</frameset>

<!-- pageok -->
<!-- 04 -->
<!-- -->
</html>


How can I prevent this and get a normal redirect?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Lengel546

1 Comments

Sorted by latest first Latest Oldest Best

 

@Martha676

Instead of selecting forward with mask you need to select forwarding only. Putting it inside a frame is how they mask the domain the site is on.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme