View Single Post
  #2 (permalink)  
Old Aug 4th, 2005, 18:22
stoney666 stoney666 is offline
New Member
Join Date: Aug 2005
Location: Scotland, United Kingdom
Age: 20
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
hey

If your host allows parked domains, then thats probably the best way. But you could also use an add-on domain - both are easily configurable in CPANEL, but your host would have to provide these features.

If your host doesn't provide the above, then create an index page wherever www.moondancerwhippets.com points to, and have the following as the page source:


Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>MoonDancer Whippets</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset>
  <frame src="http://13074.hostinglogin.com/moondancerwhippets.htm" name="mainFrame" frameborder="no"></frameset>
<noframes><body>
</body></noframes>
</html>
The above is called url masking.

Also, don't use MS front page, its got to be one of the worst, if not the worst, programs availible. I suggest dreamweaver as a good alternative.
Reply With Quote