HTML redirect to another page?

  • Thread starter Thread starter matt s
  • Start date Start date
M

matt s

Guest
I designed a website locally but foolishly left my homepage as home.html. The webserver that it was uploaded to only allows index.html(htm php ect). Is there html (or php) code that i can write to a file called index.html and it will just redirect to hom.html and be done with it?
 
You could just take the source out of hom.html and make your index your hom.html. Other than that, you'd have to find a HTML code. I'm not sure, xD.
 
Back
Top