sitepoint
SitePoint » PHP
Redirecting Old URLs in WordPress We recently devised a system to
redirect old URLs in PHP so that you could avoid “page not found” errors (I suggest you read it before venturing further). In this article, we’ll create a similar system for WordPress, the popular PHP CMS .
[How is WordPress different?]
WordPress routes all requests through a single index.php file. Under normal circumstances, all URLs that don’t ...

-- Tue, 10 Aug 2010 07:09:12 +0000
How to Avoid 404s and Redirect Old URLs in PHP Nothing can be said to be certain, except death and taxes. And URL changes.
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 ...

-- Tue, 03 Aug 2010 11:44:51 +0000
PHP is Fifteen Today! PHP was released by Rasmus Lerdorf on June 8, 1995. His
original usenet post is still available online if you want to examine a computing artefact from the dawn of the web. Many of us owe our careers to the language, so here’s a brief history of PHP…
PHP originally stood for “Personal Home Page” and Rasmus started the project in 1994. PHP was written in C and was intended ...

-- Tue, 08 Jun 2010 18:33:29 +0000
PHP with nginx is about to Become a Lot Easier PHP version 5.4 will most likely include the
PHP-FPM patch right in the core, which is great news for those of us who like to run PHP under the
nginx web server. You may be asking, “What is PHP-FPM, and why should I care?”
PHP-FPM is a patch for PHP core that handles the starting, stopping, and restarting of FastCGI processes as needed. This is important because nginx can only interface with PHP via FastCGI, unlike Apache, ...

-- Tue, 04 May 2010 05:58:06 +0000
How to Make WordPress Easier for Clients, Part 1: Custom Branding

WordPress is one of the web’s most popular Content Management Systems. The appeal is obvious: it’s flexible, it’s easy to create custom templates, it offers a huge quantity of plugins, hundreds of themes are available, the application is open source and it’s free. It’s also relatively simple for clients to understand — that’s one of the main reasons I use it.
I recently posted the article Do Your Clients Use Their ...

-- Thu, 15 Apr 2010 06:12:52 +0000