![]() |
How to fix the 301 and 302 errors in website?
Some the the pages has containing broken links and 301 errors.
So i need to fix the errors. How to fix the 301 and 302 errors in website? |
$redirectlink = ‘http://www.puttheredirectedwebpageurlhere.com‘;
//do not edit below here header (‘HTTP/1.1 301 Moved Permanently’); header(‘Location: ‘.$redirectlink); exit; ?> |
301 redirection is permanent redirection and 302 redirection is temporary.
|
search in google 301 redirection code and alternate your url and you can fix ur issues
|
All times are GMT -7. The time now is 03:26 PM. |
Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.