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
#2
Nice post and thanks. I needed the .htaccess updates.
Reply
#3
Great information about redirects.Thanks.
Reply
#4
Thanks for sharing redirects code in php.
Please share types of redirects in php or how many way can we write code for redirects.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)
[-]
Ad

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

[-]
Recent Posts
Metrics to look at before getting a link from - DA or PA or Spam Scor...
If you want to know about a site then you have to check all of the metrics that you can f...abhirupb — 04:53 AM
Metrics to look at before getting a link from - DA or PA or Spam Score...
If you had to get a link from a site then how would you judge the site? Would you judge i...BiggyIdeas — 04:44 AM
Monster XL Male Enhancement [Fake or LEGIT]!
Monster XL Male Enhancement || Men might be know about these explanations tormenting the...EricMered — 04:13 AM
Tips to Grow Your Business
To grow your business, it's crucial to know your customers inside and out. Building a str...ReesSamantha — 08:04 PM
Relevant anchor text links, how many per page?
recommend keeping anchor text to five words or less. As a reminder, Google can view an ex...Alex Jones — 03:24 PM

[-]
Follow us on Facebook