PDA

View Full Version : Redirect to a New Page



happy
04-24-2009, 07:43 AM
hello friends, I have design a website. I want redirect website visitors to new page. Is there any html code to perform this operation.

RH1
04-24-2009, 11:44 AM
Yeah that is pretty easy actually -
1. if you have Cpanel there is page redirection there.
or 2 if you want the code the one i use is

<meta http-equiv="Refresh" content="0; URL=webpageurlhere">
Just put that into the original page location and have that redirect to the place you want it to. This is alo great code for when you want to refresh content as well

happy
04-27-2009, 03:09 AM
thanks a lot for that it very useful for me.