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
Escort Service in Aerocity & Call Girls In Aerocity - 9899988101
abcfelixjose — 05:40 AM
Bitcoin Bank Breaker ™ | Die Offizielle Website?Aktualisiert 2024?
Ein Handelsplan ähnelt dem Schreiben eines Geschäftsplans für eine unternehmerische Tätig...georgebarlow — 05:38 AM
Linveo Dedicated Server - Intel Xeon E5-2690V4 x2
The CPU is of 28 cores and 56 threads with 2.60 Ghz. It also comes with 64 GB DDR4 Ram an...Paltan — 05:06 AM
Guardian Botanicals Blood Balance South Africa (2024 NEW Formula!)!
Guardian Botanicals Blood Balance South Africa || In the domain of dietary enhancements,...JosehAsher — 04:36 AM
Escort Service in Aerocity & Call Girls In Aerocity - 9899988101
Has your Escort Service in Aerocity become the same boring where you don’t find any excit...anuskhaescorts0 — 04:32 AM

[-]
Follow us on Facebook