Thread Rating:
  • 0 Vote(s) - 0 Average
Share Thread:
Redirects
#1
Here are some common redirects that are used almost often my webmasters and site owners. So, decided to provide the codes of them.

PHP Single Page Redirect

You have to insert this code in index.php file.

Quote:<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: <!-- m --><a class="postlink" href="http://www.newdomain.com/page.html">http://www.newdomain.com/page.html</a><!-- m -->");
exit();
?>

PHP Canonical Redirect

This add or removes the 'www' prefix of your domain.

Quote:<?php
if (substr($_SERVER['HTTP_HOST'],0,3) != 'www') {
header('HTTP/1.1 301 Moved Permanently');
header('Location: <!-- m --><a class="postlink" href="http://www.'.$_SERVER">http://www.'.$_SERVER</a><!-- m -->['HTTP_HOST']
.$_SERVER['REQUEST_URI']);
}
?>

.htaccess Singe Page Redirect

Insert this code in your .htaccess file

Quote:Redirect 301 /old/oldpage.htm /new/http://www.domain.com/newpage.htm

.htaccess Canonical Redirect

Quote:Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^domain.com [nc]
rewriterule ^(.*)$ <!-- m --><a class="postlink" href="http://www.domain.com/$1">http://www.domain.com/$1</a><!-- m --> [r=301,nc]
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread:
[-]
Ad

[-]
Top Articles
100+ Social Bookmarking Sites List
55+ Image Submission Sites List

[-]
Recent Posts
Oem Keto Gummies Australia Warning To All Customers!!
Oem Keto Gummies Australia Reviews:- In the pursuit of a healthier lifestyle, individual...kinuavi001 — 06:59 PM
[Shark-Tank]#1 Cardiavital Fruchtgummis - Natural & 100% Safe
Cardiavital Erfahrungen bietet eine praktische Lösung, pass on keine wesentlichen Änderun...Wilsoonqas — 06:15 PM
Google SERP Changes & Algorithm Updates - May 2024
RPM are back a little this weekend. That means fluctuations are also settling. Not...bpatel — 02:57 PM
Google SERP Changes & Algorithm Updates - May 2024
RPM are back a little this weekend. That means fluctuations are also settling.ani2002 — 02:55 PM
Nexaslim: Skulptera din kropp med lätthet!
Nexaslim Marknaden för viktminskningsprodukter och kosttillskott är enorm och står för en...reviewnexaslim — 10:35 AM

[-]
Follow us on Facebook