my sites amazingcodes.magicalkisses.net its says index/ blah balh blah how do i get passed that i wanna redirect it to my current site yazinator94.googlepages.com
I NEED WEBSITE HELP?microsoft office 2003
You have either change the settings in your domain control panel to point the domain at the IP of the server where your current site is hosted.
Alternatively, change the settings on the webserver to put in a permanent redirect to the new site, or,
the easiest way is to put this code in a file called index.htm and upload to the root folder of the site:
%26lt;html%26gt; %26lt;head%26gt; %26lt;title%26gt;Redirect...%26lt;/title%26gt;
%26lt;META http-equiv="refresh"
content="5;URL=http://yazinator94.goog... %26lt;/head%26gt;%26lt;body%26gt;%26lt;/body%26gt; %26lt;/html%26gt;
This is just a blank page which, when loaded will redirect your visitors to the current site after 5 seconds.
Edit: I notice that the url gets cut off in the code I've put due to Yahoo's width limitation. Make sure the full url of your current site is in the code.
No comments:
Post a Comment