Thank you
[Added]Welcome to WebMasterWorld[/Added]
You might need to use CGI or another programmable language on your new space, do you have access to this?
If not and are looking for a temporary way forward, not the best though, try this:
[NewSpaceCode]
<frameset frameborder="0" border="0" rows="0,*">
<frame src="blank.html" NAME="BlankHTML" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="no" NORESIZE BORDERCOLOR="#FFFFFF">
<frame src="http://www.yourdomain.com/yourdir" name="MyOrigPage" bordercolor="#FFFFFF">
<noframes>
<body bgcolor="#FFFFFF">
<p align="center">
If your browser does not support frames then <a href="http://www.yourdomain.com/yourdir">click here.</a>
</p>
</body>
</noframes>
</frameset>
[End-NewSpaceCode]
Remember to put this code in-between your body tags on the server with yourdomain.com belongs pointing to the site you wish to have in view!
[Disclaimer]
Frames can be useful, but can be a bit of a pain with SE's, put all your Meta descriptions in yourdomain.com .html page!
HTH,
-gs
It is much easier to use domain forwarding.
Domain forwarding is e.g. available at www.ControlWebs.com.
If you register your name at Controlwebs.com, you can use their free DNS service, in which you can select the following (example) setting:
----- hostname ---- Record-type --- Address
1)--- www -------- URL Frame ----- [<anyname.com>...]
2)--- @ (none) ---- URL Frame ----- [<anyname.com>...]
<HTML>
<body>
<frameset frameborder="0" border="0" rows="0,*">
<frame src="blank.html" NAME="BlankHTML" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="no" NORESIZE BORDERCOLOR="#FFFFFF">
<frame src="http://www.madboys.com.cy" name="MyOrigPage" bordercolor="#FFFFFF">
<noframes>
<body bgcolor="#FFFFFF">
<p align="center">
If your browser does not support frames then <a href="http://www.agrino.org/madboyscy">click here.</a>
</p>
</body>
</noframes>
</frameset>
</html>
i did something wrong here
Try it without the <body> tag!
<HTML>
<frameset frameborder="0" border="0" rows="0,*">
<frame src="blank.html" NAME="BlankHTML" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="no" NORESIZE BORDERCOLOR="#FFFFFF">
<frame src="http://www.madboys.com.cy" name="MyOrigPage" bordercolor="#FFFFFF">
<noframes>
<body bgcolor="#FFFFFF">
<p align="center">
If your browser does not support frames then <a href="http://www.agrino.org/madboyscy">click here.</a>
</p>
</body>
</noframes>
</frameset>
</html>
I have removed it from this copy...
HTH,
-gs
I tried to access the domain you included and that didn;t work either!
I then went on to try it with another domain <frame src="http://www.webmasterworld.com" name="MyOrigPage" bordercolor="#FFFFFF"> which works fine!
Check your domain ;)
-gs
<HTML>
<frameset frameborder="0" border="0" rows="0,*">
<frame src="blank.html" NAME="BlankHTML" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="no" NORESIZE BORDERCOLOR="#FFFFFF">
// see the source here
<frame src="http://www.agrino.org/madboyscy" name="MyOrigPage" bordercolor="#FFFFFF">
<noframes>
<body bgcolor="#FFFFFF">
<p align="center">
If your browser does not support frames then <a href="http://www.agrino.org/madboyscy">click here.</a>
</p>
</noframes>
</frameset>
</html>