<?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>{Complexity} &#187; Apache</title>
	<atom:link href="http://technote.wsjoung.com/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://technote.wsjoung.com</link>
	<description>simple note</description>
	<lastBuildDate>Tue, 27 Jul 2010 04:28:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>mod_rewrite: Apache URL Rewriting</title>
		<link>http://technote.wsjoung.com/2007/01/24/mod_rewrite-apache-url-rewriting/</link>
		<comments>http://technote.wsjoung.com/2007/01/24/mod_rewrite-apache-url-rewriting/#comments</comments>
		<pubDate>Wed, 24 Jan 2007 03:41:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Config]]></category>
		<category><![CDATA[mod_rewrite]]></category>

		<guid isPermaLink="false">http://wsjoung.wordpress.com/2007/01/24/mod_rewrite-apache-url-rewriting/</guid>
		<description><![CDATA[People loves to apply MVC model pretty much on their web application project. They likely put a controller which takes user input from the request and figures out what it means to the model. In this case, URL may looks like this, “index.php?category=sub”. It’s not pretty at all. If we can make this “category/sub”. it [...]]]></description>
			<content:encoded><![CDATA[<p class="snap_preview">People loves to apply MVC model pretty much on their web application project. They likely put a controller which takes user input from the request and figures out what it means to the model. In this case, URL may looks like this, “index.php?category=sub”. It’s not pretty at all. If we can make this “category/sub”. it would be much better for search engine and users; security reason as well.</p>
<p><a href="http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html">Module mod_rewrite URL Rewriting Engine</a><br />
<a href="http://www.workingwith.me.uk/articles/scripting/mod_rewrite">mod_rewrite, a beginner’s guide (with examples)</a><br />
<a href="http://www.sitepoint.com/print/guide-url-rewriting">mod_rewrite: A Beginner’s Guide to URL Rewriting</a><br />
<a href="http://www.ilovejackdaniels.com/apache/mod_rewrite-cheat-sheet/">mod_rewrite Cheat Sheet</a></p>
]]></content:encoded>
			<wfw:commentRss>http://technote.wsjoung.com/2007/01/24/mod_rewrite-apache-url-rewriting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
