<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SeeIT Consult &#187; mod_rewrite</title>
	<atom:link href="http://blog.seeit.org/tag/mod_rewrite/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.seeit.org</link>
	<description>Web Programming &#038; IT Consultancy</description>
	<lastBuildDate>Wed, 25 May 2011 10:35:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using Apache mod_rewrite to redirect old URLs</title>
		<link>http://blog.seeit.org/2010/02/using-apache-mod_rewrite-to-redirect-old-urls/</link>
		<comments>http://blog.seeit.org/2010/02/using-apache-mod_rewrite-to-redirect-old-urls/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 15:49:13 +0000</pubDate>
		<dc:creator>Francis</dc:creator>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[os independent]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://blog.seeit.org/?p=10</guid>
		<description><![CDATA[There are lots of examples and tutorials covering Apache and mod_rewrite, but generally they address the problem where you want to map a &#8216;nice&#8217; url to your script. For example:
http://example.com/products/kitchen/cutlery
to
http://example.com/products.php?category=kitchen&#38;sub-category=cutlery
is easily achieved with the following .htaccess rules:
RewriteRule ^([A-Za-z0-9\-]+)/([A-Za-z0-9\-]+)/([A-Za-z0-9\-]+)/? /one.php?action=$1&#38;category=$2&#38;subcategory=$3 [L]
However if you want to rewrite in the other direction it might not be immediately obvious [...]]]></description>
		<wfw:commentRss>http://blog.seeit.org/2010/02/using-apache-mod_rewrite-to-redirect-old-urls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc (user agent is rejected)
Database Caching using apc

Served from: blog.seeit.org @ 2012-02-05 03:23:18 -->
