Click to See Complete Forum and Search --> : redirecting pages


stress
04-01-2003, 06:58 PM
hey whats up i'm new here and at building sites.. but I was hoping someone could help me redirect pages.. I want to make it so when someone goes to www.mysite.com/whatever/ it will redirect them to where i want.. I am just making a folder in my host called "whatever" and sticking an index page it in.. but whats the coding for the redirection? if help would be great thanks a lot!

pyro
04-01-2003, 07:09 PM
Try <meta http-equiv="refresh" content="5;url=yourpage.htm" />

This will redirect you to yourpage.htm after 5 seconds...