<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comentarios en: Pretty URLs</title>
	<atom:link href="http://bosqueviejo.net/2010/04/27/pretty-urls/feed/" rel="self" type="application/rss+xml" />
	<link>http://bosqueviejo.net/2010/04/27/pretty-urls/</link>
	<description>Sitio web sobre programación, software libre, redes, servidores, ofimática... y todo lo relacionado con la informática que nos rodea</description>
	<lastBuildDate>Mon, 07 May 2012 09:01:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Por: bombadil</title>
		<link>http://bosqueviejo.net/2010/04/27/pretty-urls/comment-page-1/#comment-2161</link>
		<dc:creator>bombadil</dc:creator>
		<pubDate>Wed, 05 May 2010 09:20:03 +0000</pubDate>
		<guid isPermaLink="false">http://bosqueviejo.net/?p=430#comment-2161</guid>
		<description>En Cherokee se puede conseguir con redirecciones internas. En este hilo se comenta por encima, a través de la modificación de los &quot;Behaviours&quot; cómo se hacen las redirecciones:

http://groups.google.com/group/cherokee-http/browse_thread/thread/c3217696dd2b2ec2</description>
		<content:encoded><![CDATA[Usando <img src='http://bosqueviejo.net/wp-content/plugins/browser-sniff/icons/iceweasel.png' alt='Debian IceWeasel' width='14' height='14' class='browsericon' /> Debian IceWeasel 3.0.6 en  <img src='http://bosqueviejo.net/wp-content/plugins/browser-sniff/icons/debian.png' alt='Debian GNU/Linux' width='14' height='14' class='browsericon' />  Debian GNU/Linux<p>
En Cherokee se puede conseguir con redirecciones internas. En este hilo se comenta por encima, a través de la modificación de los &#8220;Behaviours&#8221; cómo se hacen las redirecciones:</p>
<p><a href="http://groups.google.com/group/cherokee-http/browse_thread/thread/c3217696dd2b2ec2" rel="nofollow">http://groups.google.com/group/cherokee-http/browse_thread/thread/c3217696dd2b2ec2</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: bombadil</title>
		<link>http://bosqueviejo.net/2010/04/27/pretty-urls/comment-page-1/#comment-2160</link>
		<dc:creator>bombadil</dc:creator>
		<pubDate>Wed, 05 May 2010 09:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://bosqueviejo.net/?p=430#comment-2160</guid>
		<description>En &lt;a href=&quot;http://redmine.lighttpd.net/&quot; rel=&quot;nofollow&quot;&gt;lighttpd&lt;/a&gt; las reescrituras se pueden realizar como se ven en su &lt;a href=&quot;http://redmine.lighttpd.net/wiki/1/Docs:ModRewrite&quot; rel=&quot;nofollow&quot;&gt;documentación&lt;/a&gt;. Ejemplo:

&lt;pre&gt;
url.rewrite-once = ( 
    &quot;^/id/([0-9]+)$&quot; =&gt; &quot;/index.php?id=$1&quot;,
    &quot;^/link/([a-zA-Z]+)&quot; =&gt; &quot;/index.php?link=$1&quot; 
)
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[Usando <img src='http://bosqueviejo.net/wp-content/plugins/browser-sniff/icons/iceweasel.png' alt='Debian IceWeasel' width='14' height='14' class='browsericon' /> Debian IceWeasel 3.0.6 en  <img src='http://bosqueviejo.net/wp-content/plugins/browser-sniff/icons/debian.png' alt='Debian GNU/Linux' width='14' height='14' class='browsericon' />  Debian GNU/Linux<p>
En <a href="http://redmine.lighttpd.net/" rel="nofollow">lighttpd</a> las reescrituras se pueden realizar como se ven en su <a href="http://redmine.lighttpd.net/wiki/1/Docs:ModRewrite" rel="nofollow">documentación</a>. Ejemplo:</p>
<pre>
url.rewrite-once = (
    "^/id/([0-9]+)$" => "/index.php?id=$1",
    "^/link/([a-zA-Z]+)" => "/index.php?link=$1"
)
</pre>
]]></content:encoded>
	</item>
</channel>
</rss>

