I have a couple of domain names. One is www.graydaze.net, and one is www.philgreene.com. I am trying to have the following page, public_html/philgreene/philgreene.html open up when I go on the web and type in www.philgreene.com.
Likewise I want to go on the web and type in www.graydaze.net and have the following page open: public_html/graydaze/index.html open up.
I am going crazy over this. Brad at Vodahost told me to upload a file with the following code: <html>
<head>
<base href="http://www.graydaze.net.com/" />
<meta name="DESCRIPTION" content="">
<title></title>
</head>
<body>
<FRAMESET ROWS="100%,*" frameborder="no" framespacing=0 border=0>
<FRAME SRC="http://www.nvusband.com/graydaze/index.html/index.php"
NAME="mainwindow" frameborder="no" framespacing="0" marginheight="0"
marginwidth="0"></FRAME>
</FRAMESET>
<NOFRAMES>
</body>
</html>
However, the only redirection I get is for one of my vodahost pages to open at both domain names. And I am changing the addresses and pages withing the code each time I upload resectively. In other words, graydaze.net and philgreene.com both open the same vodahost page. Please HELP soon!
Thanks.
Likewise I want to go on the web and type in www.graydaze.net and have the following page open: public_html/graydaze/index.html open up.
I am going crazy over this. Brad at Vodahost told me to upload a file with the following code: <html>
<head>
<base href="http://www.graydaze.net.com/" />
<meta name="DESCRIPTION" content="">
<title></title>
</head>
<body>
<FRAMESET ROWS="100%,*" frameborder="no" framespacing=0 border=0>
<FRAME SRC="http://www.nvusband.com/graydaze/index.html/index.php"
NAME="mainwindow" frameborder="no" framespacing="0" marginheight="0"
marginwidth="0"></FRAME>
</FRAMESET>
<NOFRAMES>
</body>
</html>
However, the only redirection I get is for one of my vodahost pages to open at both domain names. And I am changing the addresses and pages withing the code each time I upload resectively. In other words, graydaze.net and philgreene.com both open the same vodahost page. Please HELP soon!
Thanks.
Comment