<?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>dev.enekoalonso.com &#187; htaccess</title>
	<atom:link href="http://dev.enekoalonso.com/tag/htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.enekoalonso.com</link>
	<description>having fun with code</description>
	<lastBuildDate>Wed, 12 Oct 2011 21:40:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Moved research to enekoalonso.com</title>
		<link>http://dev.enekoalonso.com/2009/01/11/moved-research-to-enekoalonsocom/</link>
		<comments>http://dev.enekoalonso.com/2009/01/11/moved-research-to-enekoalonsocom/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 17:05:22 +0000</pubDate>
		<dc:creator>Eneko Alonso</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[demos]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[research]]></category>

		<guid isPermaLink="false">http://dev.enekoalonso.com/?p=250</guid>
		<description><![CDATA[You shouldn&#8217;t notice it, but I have moved all my research demos from dev.enekoalonso.com/research to enekoalonso.com/research. It is just a little change, but will help keeping things more organized, I think. To avoid breaking old links, I have added a 301 redirect: Options +FollowSymLinks RewriteEngine on &#160; # For http://dev.enekoalonso.com/research RewriteCond %&#123;REQUEST_URI&#125; ^/research$ RewriteRule .* [...]]]></description>
			<content:encoded><![CDATA[<p>You shouldn&#8217;t notice it, but I have moved all my research demos from <a href="http://dev.enekoalonso.com/research">dev.enekoalonso.com/research</a> to <a href="http://enekoalonso.com/research">enekoalonso.com/research</a>. It is just a little change, but will help keeping things more organized, I think.</p>
<p>To avoid breaking old links, I have added a 301 redirect:</p>
<div class="geshi no apache">
<ol>
<li class="li1">
<div class="de1"><span class="kw1">Options</span> +<span class="kw2">FollowSymLinks</span></div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">RewriteEngine</span> <span class="kw2">on</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1"><span class="co1"># For http://dev.enekoalonso.com/research</span></div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">RewriteCond</span> %<span class="br0">&#123;</span>REQUEST_URI<span class="br0">&#125;</span> ^/research$</div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">RewriteRule</span> .* http://enekoalonso.com/research <span class="br0">&#91;</span>R=<span class="nu0">301</span>,L<span class="br0">&#93;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1"><span class="co1"># For http://dev.enekoalonso.com/research/*</span></div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">RewriteRule</span> <span class="br0">&#40;</span>.*<span class="br0">&#41;</span> http://enekoalonso.com/research/$<span class="nu0">1</span> <span class="br0">&#91;</span>R=<span class="nu0">301</span>,L<span class="br0">&#93;</span></div>
</li>
</ol>
</div>
<p>Let me know if you find any issues.</p>
<h3  class="related_post_title">Related Posts:</h3><ul class="related_post"><li>January 31, 2010 -- <a href="http://dev.enekoalonso.com/2010/01/31/cloudservers-creating-a-new-web-server-with-httpd-php-memcached/" title="CloudServers: Creating a new web server with httpd, php &#038; memcached">CloudServers: Creating a new web server with httpd, php &#038; memcached</a> (1)</li><li>January 30, 2010 -- <a href="http://dev.enekoalonso.com/2010/01/30/got-new-servers-on-rackspace-cloud/" title="Got new servers on Rackspace Cloud">Got new servers on Rackspace Cloud</a> (5)</li><li>December 5, 2008 -- <a href="http://dev.enekoalonso.com/2008/12/05/enabling-php5-on-mac-os-x-leopard/" title="Enabling PHP5 on Mac OS X Leopard">Enabling PHP5 on Mac OS X Leopard</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://dev.enekoalonso.com/2009/01/11/moved-research-to-enekoalonsocom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

