News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
CodeSnipers.com:
Building Clean URLs Into a Site
June 27, 2006 @ 15:00:14

On CodeSnipers.com today, Peter Harkins talks about a method, using regular expressions and Apache to turn ugly, GET-laden URLs in your application into clean, search engine friendly URLs without altering the underlying scripts.

So we have two goals. First, requests for the new URL are internally rewritten to call the existing scripts without users ever knowing they exist. Second, requests for the old URLs get a 301 redirect to the new URLs so that search engines and good bookmarks immediately switch to the new URLs.

He starts with a sample .htaccess file, showing a simple RewriteRule to take in the request and remap them back to the old PHP script's input format. They work through a few more changes, noting issues along the way (in case you hit them too) and end up with a simple, and much easier way to achieve clean URL bliss.

0 comments voice your opinion now!
clean url mod_rewrite rewriterule search engine clean url mod_rewrite rewriterule search engine



Similar Posts

DevShed: Fetching Search Results as Serialized Arrays with Yahoo Web Services and PHP 5

Symfony Project Blog: Plugins have a new home

Web Development Blog: First steps within the Zend Framework

PHP Security Blog: Critical PHP Vulnerability Finally Fixed

Evert Pot's Blog: PHP Quicksearch in Firefox


Community Events











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


example developer mysql security release conference book application cakephp PEAR zend releases framework ajax PHP5 code package zendframework job database

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