Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   Search Engine Optimization (http://siteownersforums.com/forumdisplay.php?f=16)
-   -   How to fix the 301 and 302 errors in website? (http://siteownersforums.com/showthread.php?t=152080)

regainhairsolut 02-12-2015 06:27 AM

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?

jobtardisport 02-12-2015 11:40 AM

$redirectlink = ‘http://www.puttheredirectedwebpageurlhere.com‘;
//do not edit below here
header (‘HTTP/1.1 301 Moved Permanently’);
header(‘Location: ‘.$redirectlink);
exit;
?>

MasterPipe 02-13-2015 01:14 AM

301 redirection is permanent redirection and 302 redirection is temporary.

premdayalprem 02-13-2015 01:51 AM

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.