![]() |
What method do you use to redirect a page?
Hello friends,
What method do you use to redirect a page? |
When I go for permanent redirection, I would like to do a 301 redirection for the website pages.
|
Permanent redirect - Redirect permanent "/old" "http://example.com/new"
Temporary redirect - Redirect temp "/two-old" "http://example.com/two-new" |
301 refers to the HTTP status code for this type of redirect. In most instances, the 301 redirect is the best method for implementing redirects on a website.
|
All times are GMT -7. The time now is 08:09 PM. |
Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.