<?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>Matt Bernier &#187; Matt Bernier &#8211;  A Denver entrepreneur, Denver WordPress developer, WordPress Plugin creator, and PHP developer</title>
	<atom:link href="http://www.mkbernier.com/tag/za/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mkbernier.com</link>
	<description>A Denver entrepreneur, trying to get a project to stick, and talking about people</description>
	<lastBuildDate>Mon, 23 Jan 2012 16:00:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Username URLs just like Twitter</title>
		<link>http://www.mkbernier.com/2009/08/14/username-urls-just-like-twitter/</link>
		<comments>http://www.mkbernier.com/2009/08/14/username-urls-just-like-twitter/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 01:15:47 +0000</pubDate>
		<dc:creator>Matt Bernier</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php files]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[za]]></category>

		<guid isPermaLink="false">http://www.mkbernier.com/?p=376</guid>
		<description><![CDATA[In your .htaccess just do this: RewriteEngine on RewriteRule ^&#40;&#91;A-za-z0-9&#93;+&#41;/?$ user.php?name=$1 This will ignore php files, and any files that are requested deeper into the site like JS or CSS. Sphere: Related Content... <a href="http://www.mkbernier.com/2009/08/14/username-urls-just-like-twitter/">&#187; Read More</a>]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p>In your .htaccess just do this:</p>
<div class="geshi no apache">
<ol>
<li class="li1">
<div class="de1"><span class="kw1">RewriteEngine</span> <span class="kw2">on</span></div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">RewriteRule</span> ^<span class="br0">&#40;</span><span class="br0">&#91;</span>A-za-z0<span class="nu0">-9</span><span class="br0">&#93;</span>+<span class="br0">&#41;</span>/?$ <span class="kw1">user</span>.php?name=$<span class="nu0">1</span></div>
</li>
</ol>
</div>
<p>This will ignore php files, and any files that are requested deeper into the site like JS or CSS.</p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://www.mkbernier.com/2009/08/14/username-urls-just-like-twitter/')" href="http://www.sphere.com/search?q=sphereit:http://www.mkbernier.com/2009/08/14/username-urls-just-like-twitter/">Sphere: Related Content</a></span><br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.mkbernier.com/2009/08/14/username-urls-just-like-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

