![]() | ![]() |
|
How do I set up a forward from my old home page to AniAniWeb?Edit the index.html file and put this in its place (replacing AAWNAME with the name of your AniAniWeb):<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Refresh" Content="0; URL=http://home.cc.gatech.edu/AAWNAME"> </head> <body> My home page has moved. You are being directed to <a href="http://home.cc.gatech.edu/AAWNAME">http://home.cc.gatech.edu/AAWNAME</a>. </body> </html> This will redirect the person trying to view the old page with 0 seconds of delay. If you want more seconds of delay, change the 0 after Content=". Last modified 19 April 2005 at 4:10 pm by Jochen Rick |