News Feed
Jobs Feed
Sections




News Archive
SitePoint PHP Blog:
How to Avoid 404s and Redirect Old URLs in PHP
August 03, 2010 @ 14:15:27

On the SitePoint PHP blog today there's a new post showing you how to create a 404 page that will redirect people back to the page they're looking for (that used to be there).

It's often necessary to reorganize your site and change the URL structure but, assuming you have similar content, users should rarely encounter a "page not found" error. Producing unnecessary 404 pages is one of my top 10 development mistakes. In this article, we'll create an automated PHP redirection system that converts old URLs to a new address. It's not production code, but it will illustrate the basics so that you can adapt it for your own website.

They walk you through the creation of a 404 error handling PHP page, configuring your server to use it and making the mapping of new URL to old URL. There's even a bit to include if there's not a mapping for a requested page - returning a 301 HTTP header.

0 comments voice your opinion now!
404 redirect map url tutorial


blog comments powered by Disqus

Similar Posts

Mayflower Blog: Traits in PHP 5.4

DevShed: Implementing the commit() and rollback() Methods with mysqli and PHP 5

MaltBlue.com: Zend Form Mastery with Zend_Config - Part 3, Standard Form & Element Options

TechTatva.com: [How To] Setup Cherokee with PHP5 FPM

DevShed: Introducing the Flyweight Pattern with PHP 5


Community Events











Don't see your event here?
Let us know!


introduction series language podcast framework interview conference functional development release tool testing example phpunit zendframework2 opinion community composer code unittest

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework