<?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>Nacho Alonso &#187; blog</title>
	<atom:link href="http://nachoad.com/blog/etiqueta/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://nachoad.com/blog</link>
	<description>Un chico digital, en un mundo analógico</description>
	<lastBuildDate>Sat, 17 Jul 2010 14:11:34 +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>Por fin he conseguido quitar el &#8220;index.php&#8221;</title>
		<link>http://nachoad.com/blog/por-fin-he-conseguido-quitar-el-indexphp/</link>
		<comments>http://nachoad.com/blog/por-fin-he-conseguido-quitar-el-indexphp/#comments</comments>
		<pubDate>Fri, 29 May 2009 16:10:47 +0000</pubDate>
		<dc:creator>Nacho Alonso</dc:creator>
				<category><![CDATA[Programación]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[ayuda]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[código]]></category>
		<category><![CDATA[URI]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://nachoad.com/blog/?p=33</guid>
		<description><![CDATA[Llevaba bastantes semanas intentándolo y no lo conseguía. Quería quitar el dichoso &#8220;/index.php/&#8221; de las URI de mi blog, pero no había forma. Estuve tocando en el servidor algunos parámetros, mirando el .htaccess e incluso le pedí ayuda a mi amigo Fernando Tellado (muchísimas gracias) y al final entre las pistas de Fernando, el brujuleo [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Llevaba bastantes semanas intentándolo y no lo conseguía. Quería quitar el dichoso &#8220;<em>/index.php/</em>&#8221; de las <a href="http://es.wikipedia.org/wiki/URI" target="_blank">URI</a> de mi blog, pero no había forma. Estuve tocando en el servidor algunos parámetros, mirando el .htaccess e incluso le pedí ayuda a mi amigo <a href="http://ayudawordpress.com/" target="_blank"><strong>Fernando Tellado</strong></a> (muchísimas gracias) y al final entre las pistas de Fernando, el brujuleo por la red y el conocimiento propio he conseguido quitarlo.</p>
<p style="text-align: justify;">Simplemente (ahora digo simplemente, pero me he tirado semanas) consiste en crearse (si no lo tienes ya) un archivo <strong>.htaccess </strong>en la carpeta raíz donde tengas instalado el <strong>Wordpress</strong> con las siguientes líneas de código dentro:</p>
<p><code># Para poder editar ficheros</code></p>
<p>SecFilterEngine Off<br />
SecFilterScanPOST Off</p>
<p># Para poder utilizar bien los permalinks<br />
# BEGIN WordPress</p>
<p>RewriteEngine On<br />
RewriteBase /blog/<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /blog/index.php [L]</p>
<p># END WordPress</p>
<p style="text-align: justify;">En mi caso, como veis no tengo el blog en el raíz del servidor, por lo que he tenido que añadir el <strong>/blog/ </strong>que veis. Si lo tenéis en el raíz no os hará falta. Y poco más, por fin tengo la URI que yo quería!</p>
]]></content:encoded>
			<wfw:commentRss>http://nachoad.com/blog/por-fin-he-conseguido-quitar-el-indexphp/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
