I just realized Yahoo still has an old version of my site listed which doesn't exist and users finding my site will be seeing a 404. This is the page - http://www.debtfreescotland.org.uk/index.html Anyway the index.html file doesnt exist anymore... How can I make people going to index.html be redirected to home page?
I tried re-creating the index.html page and in the file I put this code <!DOCTYPE HTML> <html> <head> <meta http-equiv="Refresh" content="5; url=http://www.debtfreescotland.org.uk/"> </head> </html> It didn't work what am I doing wrong?
Change this <meta http-equiv="Refresh" content="5; url=http://www.debtfreescotland.org.uk/"> to <meta http-equiv="Refresh" content="0; url=http://www.debtfreescotland.org.uk/">
This the right code for you replace it and upload it. Your problem will solved. <meta http-equiv="Refresh" content="0; url=http://www.debtfreescotland.org.uk/">