hello friends, I have design a website. I want redirect website visitors to new page. Is there any html code to perform this operation.
Printable View
hello friends, I have design a website. I want redirect website visitors to new page. Is there any html code to perform this operation.
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
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 wellQuote:
<meta http-equiv="Refresh" content="0; URL=webpageurlhere">
thanks a lot for that it very useful for me.