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
Top N10-008 Exam Dumps for Acing the CompTIA Network+ Exam
Recall That Certificate Is Very Fulfilling It very well may be difficult to maintain you...mts2nxb2 — 11:10 AM
Nexalyn Anmeldelser: "Anmeldelser", hvor og hvordan køber man det?
Nexalyn lover hurtig hjælp mod erektionsproblemer og en stigning i længden og tykkelsen a...NexalynPrisIngrediens — 10:54 AM
PL-100 Microsoft Exam: Essential Study Resources
Free Demo On the off chance that you are hoping to evaluate our items, you can do as suc...PL100Exam — 10:45 AM
Do yo want Cheap Poem Publishing Package
Elevate your poetry with our Poem Publishing Package Available in Canada at BookPublishin...bookpublishingcanada — 10:21 AM
https://www.facebook.com/Nexalyn.Male.Enhancement.Official/
Nexalyn Male Enhancement :- Its most essential thing, the Performer 5, was conveyed near...PhilipQuerry — 09:57 AM

[-]
Follow us on Facebook