Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Mind Tree Blog:
Friendly URLs in PHP: why do you care?
Jun 26, 2008 @ 15:26:59

This new post from the Mind Tree blog (at hurricanesoftware.com) asks the question "why do you care about friendly URLs in PHP applications?"

Nice URLs, readable URLs, search-engine-friendly URLs. Different names same deal. [...] Turns out this isn't all that hard with PHP - in fact it can turn into something that's very useful from more than just a readability viewpoint.

He shows how to use mod_rewrite and an .htaccess file to automatically grab the request and map it to the right place. Then, the PHP script looks at the incoming data and pushes the correct page back out to the browser. He's also included some modifications to the original idea that allow for numeric grouping and named groups for rewriting content.

tagged: friendly url modrewrite htaccess group named numeric

Link:


Trending Topics: