<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Intro to Mod Rewrite for SEO URLs</title>
	<link>http://www.melbournechapter.net/wordpress/programming-languages/php/rich/2007/01/19/intro-to-mod-rewrite-for-seo-urls/</link>
	<description>web application development with popular technologies</description>
	<pubDate>Tue, 02 Dec 2008 08:52:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>

	<item>
		<title>by: Cameron Manderson</title>
		<link>http://www.melbournechapter.net/wordpress/programming-languages/php/rich/2007/01/19/intro-to-mod-rewrite-for-seo-urls/#comment-18344</link>
		<pubDate>Sun, 21 Jan 2007 21:21:03 +0000</pubDate>
		<guid>http://www.melbournechapter.net/wordpress/programming-languages/php/rich/2007/01/19/intro-to-mod-rewrite-for-seo-urls/#comment-18344</guid>
					<description>Nice, mod_rewrite is a very powerful little tool.

It is worth also cautioning on the use of _GET variables in the URL from a submission, lets say you had a results listing:

http://www.mysite.com/products/

When you wanted to go to page 2 of the results, you mod_rewrite will have to identify a strategy for how to pass those get parameters, eg:

http://www.mysite.com/products/?page=1

may become

http://www.mysite.com/products/page/1/

Have a reference to the cheat sheet (the ILoveJackDaniels.com) version in the above article. It has some very useful references.</description>
		<content:encoded><![CDATA[<p>Nice, mod_rewrite is a very powerful little tool.</p>
<p>It is worth also cautioning on the use of _GET variables in the URL from a submission, lets say you had a results listing:</p>
<p><a href="http://www.mysite.com/products/" rel="nofollow">http://www.mysite.com/products/</a></p>
<p>When you wanted to go to page 2 of the results, you mod_rewrite will have to identify a strategy for how to pass those get parameters, eg:</p>
<p><a href="http://www.mysite.com/products/?page=1" rel="nofollow">http://www.mysite.com/products/?page=1</a></p>
<p>may become</p>
<p><a href="http://www.mysite.com/products/page/1/" rel="nofollow">http://www.mysite.com/products/page/1/</a></p>
<p>Have a reference to the cheat sheet (the ILoveJackDaniels.com) version in the above article. It has some very useful references.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
