Setting up a web page redirect is really easy. The simplest way would be to just to do it through your cPanel. You can also do it by editing your .htaccess file in the directory you are working in.
How to set up a cPanel redirect
How to set up a cPanel redirect
-Log into your cPanel, and look for "Redirects" under Site Management.
-Put in the current directory into the first box.
-Put the new directory in the second box.
-Choose the type (temporary or permanent).
-Click "Add" and you're done!
-Put in the current directory into the first box.
-Put the new directory in the second box.
-Choose the type (temporary or permanent).
-Click "Add" and you're done!
To remove it, just choose on the same screen to remove it and you're good as gold! It's just that easy!
How to set up a .htaccess redirect
How to set up a .htaccess redirect
CODE
|
Redirect 301 /example/test.html http://www.yoursite.com/newlocation/newpage.html
|
Either method is really simple and should get the job done.