Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

http://213.xx.xx.xxx not wanted!

Status
Not open for further replies.

Sajtz

IS-IT--Management
Apr 23, 2002
75
0
0
EU
Hi.

When I forward from my domain name to my webserver the domain name chenges in teh address-bar to my ip address...

-->
Is there a way to stick wtih the domain name?

/Petter
 
Hi, you can load your page inside a frame, but this will only work if you domain host does not want extra cash for cloaking (hiding your IP with your domain name), if this is the case then your page may just jump straight out of the frame, any way heres the code:

<html>
<head>
<title> </head>
<frameset rows=&quot;100%,*&quot; border=&quot;0&quot; frameborder=&quot;0&quot; framespacing=&quot;0&quot; framecolor=&quot;#000000&quot;>
<frame src=&quot;main.html&quot; name=&quot;main&quot;>
</frameset>
<noframes><B></B><EM><SPAN ID=&quot;693&quot;></SPAN></EM><B></B>
Your browser doesn't appear to support frames - please click
<a href=&quot; to view the site.
</noframes>
</html>

just cut and paste this into a txt file and rename it to index.html

Of course you will have to rename your main page to main.html
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top