Cloaking the URL

tittat

Active Member
Messages
2,478
Reaction score
1
Points
38
google will punish you for enabling cloaking.but sorry i dont know how to make cloaking..
 

fishybg

New Member
Messages
7
Reaction score
0
Points
0
I have a domain name http://www.fusionhost.biz and i have another web page. That web page doesnt fall under http://www.fusionhost.biz so i want that web page to show fusionhost.biz in the address bar every time somebody visits that web page.
I think you should use 2 frames. The main frame should be invisible and it should lead to fusionhost.biz. The other frame can be linked to the webpage you want to show.
 

diabolo

Community Advocate
Community Support
Messages
1,682
Reaction score
32
Points
48
Code:
<html>
<head>
<title>FusionHost.Biz</title>
</head>
<body>
<frame src="yourwebsiteaddress.here" />
</body>
</html>
this should work
 
Last edited:
Top