Meta Redirect

<META http-equiv="refresh" content="3;URL=http://www.yourdomainname.com/example/">

Adding this code to your web page will redirect your visitors to any address that you have entered above in the URL area.

You may change the seconds until the target URL is displayed by changing the number in the refresh content="3 area of the meta tag code.
If you want to have your visitors automatically taken to the correct page without waiting, then set the number to 0. The delay is set to 3 seconds in this example.

  • 347 Users Found This Useful

Was this answer helpful?

Related Articles

How can I redirect http to https?

Create an .htaccess file with the following contents and upload it to your public_html directory....

What are these htaccess files that keep popping up?

.htaccess files are default files the server uses to perform certain tasks. Features such as...

Set CORS header to Allow Access for any Incoming Domain

The following may be used to set to always set the CORS header for any incoming domains without...

Domain Slamming - Beware

There are several companies out there using a predatory practice of attempting to have you renew...

When I upload an htaccess file it disappears

On unix/linux systems, files that start with a . are considered hidden so many ftp programs do...