<?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>D10Z &#187; WordPress</title>
	<atom:link href="http://d10z.com/category/tecnologia/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://d10z.com</link>
	<description>¬¬   Tu mundo en unos y zeroZ    ¬¬</description>
	<lastBuildDate>Fri, 09 Jul 2010 21:16:27 +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>Modifica el .htaccess en WordPress &#8211; Permalinks</title>
		<link>http://d10z.com/2009/08/modifica-el-htaccess-en-wordpress-permalinks/</link>
		<comments>http://d10z.com/2009/08/modifica-el-htaccess-en-wordpress-permalinks/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 03:48:30 +0000</pubDate>
		<dc:creator>D10Z</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[programacion]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://d10z.co.cc/?p=201</guid>
		<description><![CDATA[Modifica el Archivo .htaccess desde un servidor FTP, sin necesidad de complicaciones, conocimientos avanzados de Programación y muy sencillo]]></description>
			<content:encoded><![CDATA[<p class="dropcap-first"><img src="http://d10z.com/wp-content/woo_custom/15-1.jpg" alt="" /></p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; list-style-type: none; list-style-position: initial; list-style-image: initial; line-height: 22px; font-size: 12px; padding: 0px;"><span style="color: #000000;">Hoy mientras probaba nuevos plugins y modificaba algunas librerias, me tope con lo importante que es el permalink de tu <a href="http://d10z.com/tag/wordpress/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with WordPress">WordPress</a>, sobretodo si lo que deseas es estar amigable con los <a href="http://d10z.com/tag/seo/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with SEO">SEO</a>, asi que intente cambiar la configuracion de estos en el panel de opciones, con la sorpresa que me sale </span></p>
<blockquote>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; list-style-type: none; list-style-position: initial; list-style-image: initial; line-height: 22px; font-size: 12px; padding: 0px;"><span style="color: #000000;"><em>el archivo no </em><strong><em>.htaccess </em></strong><em>no ha podido ser modificado</em></span></p>
</blockquote>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; list-style-type: none; list-style-position: initial; list-style-image: initial; line-height: 22px; font-size: 12px; padding: 0px;"><span style="color: #000000;">Asi que he gastado un buen tiempo buscando la solucion para lo que he creado este <a href="http://d10z.com/tag/tutorial/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with tutorial">Tutorial</a> y a algunas personas que deseen modificar tal archivo, no gasten tiempo buscando editores de codigo o el famoso notepad++ </span></p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; list-style-type: none; list-style-position: initial; list-style-image: initial; line-height: 22px; font-size: 12px; padding: 0px;"><span style="color: #000000;"><strong>Empecemos !!!</strong> El fichero htacces efectivamente es un fichero oculto. N<span style="background-color: #ffffff;">ormalmente se encuentra dentro de la raíz del servidor, dentro de las típicas carpetas cómo httpdocs, public_html, root, www etc&#8230;</span></span></p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; list-style-type: none; list-style-position: initial; list-style-image: initial; line-height: 22px; font-size: 12px; padding: 0px;"><span style="color: #000000;">Entra en la raíz de tu servidor y comprueba que no existe dicho fichero dándole a opciones de <a href="http://d10z.com/tag/vista/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with vista">vista</a> de la carpeta &#8220;Mostrar archivos ocultos&#8221;.</span></p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; list-style-type: none; list-style-position: initial; list-style-image: initial; line-height: 22px; font-size: 12px; padding: 0px;"><span style="color: #000000;">Si no existe como me paso a mi hice  lo siguiente.</span></p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; list-style-type: none; list-style-position: initial; list-style-image: initial; line-height: 22px; font-size: 12px; padding: 0px;"><span style="color: #000000;">1. Abrir Bloc de notas.<br />
2. Copiar el texto que te dice WP (<a href="http://d10z.com/tag/wordpress/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with WordPress">WordPress</a>).<br />
3. Guardar el fichero en el escritorio htaccess.txt (No intentes guardarlo directamente como <strong>.htaccess, </strong>porque no te permitirá el sistema)<br />
4. Subirlo a la raíz dónde tienes WP instalado.<br />
5. <strong><span style="text-decoration: underline;">LO MAS IMPORTANTE! </span></strong>una vez subido cambiale el nombre del fichero <strong>htaccess.txt</strong> por </span><strong><span style="color: #000000;">.htaccess</span></strong>
</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; list-style-type: none; list-style-position: initial; list-style-image: initial; line-height: 22px; font-size: 12px; padding: 0px;"><span style="color: #000000;">Ya lo tienes.</span></p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; list-style-type: none; list-style-position: initial; list-style-image: initial; line-height: 22px; font-size: 12px; padding: 0px;"><span style="color: #000000;">Este fichero no tiene extensión, o sea que va sin el .txt<br />
El nombre del fichero debe empezar por un punto (una de las caracteristicas de los ficheros ocultos)</span>
</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; list-style-type: none; list-style-position: initial; list-style-image: initial; line-height: 22px; font-size: 12px; padding: 0px;"><span style="color: #000000;">Espero que les sirva.</span></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Imprime, Comparte, Disfruta:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fd10z.com%2F2009%2F08%2Fmodifica-el-htaccess-en-wordpress-permalinks%2F&amp;partner=sociable" title="Print"><img src="http://d10z.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fd10z.com%2F2009%2F08%2Fmodifica-el-htaccess-en-wordpress-permalinks%2F&amp;partner=sociable" title="PDF"><img src="http://d10z.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="mailto:?subject=Modifica%20el%20.htaccess%20en%20WordPress%20-%20Permalinks&amp;body=http%3A%2F%2Fd10z.com%2F2009%2F08%2Fmodifica-el-htaccess-en-wordpress-permalinks%2F" title="email"><img src="http://d10z.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fd10z.com%2F2009%2F08%2Fmodifica-el-htaccess-en-wordpress-permalinks%2F&amp;t=Modifica%20el%20.htaccess%20en%20WordPress%20-%20Permalinks" title="Facebook"><img src="http://d10z.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Modifica%20el%20.htaccess%20en%20WordPress%20-%20Permalinks%20-%20http%3A%2F%2Fd10z.com%2F2009%2F08%2Fmodifica-el-htaccess-en-wordpress-permalinks%2F" title="Twitter"><img src="http://d10z.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fd10z.com%2F2009%2F08%2Fmodifica-el-htaccess-en-wordpress-permalinks%2F&amp;title=Modifica%20el%20.htaccess%20en%20WordPress%20-%20Permalinks&amp;annotation=Modifica%20el%20Archivo%20.htaccess%20desde%20un%20servidor%20FTP%2C%20sin%20necesidad%20de%20complicaciones%2C%20conocimientos%20avanzados%20de%20Programaci%C3%B3n%20y%20muy%20sencillo" title="Google Bookmarks"><img src="http://d10z.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fd10z.com%2F2009%2F08%2Fmodifica-el-htaccess-en-wordpress-permalinks%2F&amp;t=Modifica%20el%20.htaccess%20en%20WordPress%20-%20Permalinks" title="MySpace"><img src="http://d10z.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fd10z.com%2F2009%2F08%2Fmodifica-el-htaccess-en-wordpress-permalinks%2F&amp;title=Modifica%20el%20.htaccess%20en%20WordPress%20-%20Permalinks&amp;notes=Modifica%20el%20Archivo%20.htaccess%20desde%20un%20servidor%20FTP%2C%20sin%20necesidad%20de%20complicaciones%2C%20conocimientos%20avanzados%20de%20Programaci%C3%B3n%20y%20muy%20sencillo" title="del.icio.us"><img src="http://d10z.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fd10z.com%2F2009%2F08%2Fmodifica-el-htaccess-en-wordpress-permalinks%2F&amp;title=Modifica%20el%20.htaccess%20en%20WordPress%20-%20Permalinks" title="Live"><img src="http://d10z.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://d10z.com/feed/" title="RSS"><img src="http://d10z.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
</ul>
</div>

	<h4>Entradas relacionadas</h4>
	<ul class="st-related-posts">
	<li><a href="http://d10z.com/2009/08/wptouch-visualiza-wordpress-en-tu-iphone/" title="WPtouch Visualiza WordPress en tu iPhone (29 Agosto 2009)">WPtouch Visualiza WordPress en tu iPhone</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://d10z.com/2009/08/modifica-el-htaccess-en-wordpress-permalinks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WPtouch Visualiza WordPress en tu iPhone</title>
		<link>http://d10z.com/2009/08/wptouch-visualiza-wordpress-en-tu-iphone/</link>
		<comments>http://d10z.com/2009/08/wptouch-visualiza-wordpress-en-tu-iphone/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 06:47:16 +0000</pubDate>
		<dc:creator>D10Z</dc:creator>
				<category><![CDATA[En Portada]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[tema]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://d10z.co.cc/?p=157</guid>
		<description><![CDATA[Tutorial de como dejar 100% compatible nuestro blog WordPress con el iPhone]]></description>
			<content:encoded><![CDATA[<p class="dropcap-first"><img src="http://d10z.com/wp-content/woo_custom/11-iphone.jpg" alt="" /><br />
<a href="http://d10z.co.cc/wp-content/uploads/2009/08/2.jpg"  target="_blank" rel="sexylightbox[157]"><img class="size-full wp-image-159 alignleft" style="margin: 10px;" title="2" src="http://d10z.co.cc/wp-content/uploads/2009/08/2.jpg" alt="2" width="232" height="445"/></a></p>
<p>Antes de nada, tendrás que tener conocimientos básicos en <a href="http://es.wikipedia.org/wiki/File_Transfer_Protocol">FTP </a>y como activar los Plugins de <a href="http://d10z.com/tag/wordpress/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with WordPress">WordPress</a>, <span style="text-decoration: line-through;">esas guías que ya deberian haberse publicado</span>,   si necesitais ayuda, puedes preguntar, intentare solucionar de algun manera lo que te suceda.</p>
<p><strong>Empezamos</strong>!!!, primero que nada, deberás bajarte el <a href="http://downloads.wordpress.org/plugin/wptouch.1.9.zip">plugin WPtouch</a></p>
<p><a href="http://downloads.wordpress.org/plugin/wptouch.1.9.zip"/><span style="background-color: #ffffff;">Lluego que lo hemos descomprimido en nuestro ordenador, sibir la carpeta intacta y descomprimida en wp-content/plugins.</span></p>
<p><span style="background-color: #ffffff;">Nos dirigimos a la zona de Plugins de nuestro <em>panel de Administración de WordPress</em> y vamos a <strong>activarlo</strong>.</span></p>
<p><span style="background-color: #ffffff;">Este es de los plugins que gustan no solo por la tarea que realizan, sino ademas por su menu que es bastante elaborado, con menus configurables y en todos los casos, editable casi el 100%</span></p>
<p><span style="background-color: #ffffff;">Luego si hemos realizado los pasos en orden y con cuidado, tendremos un portal WordPress totalmente compatible con el iPhone, el que podra verse algo asi:</span></p>
<p><span style="background-color: #ffffff;"> </span></p>
<p><span style="background-color: #ffffff;">Via: <a href="http://wordpress.org/extend/plugins/wptouch/installation/">WordPress.org</a></span></p>
<p><span style="background-color: #ffffff;">
<a href='http://d10z.com/wp-content/uploads/2009/08/1.jpg" rel='sexylightbox[157]' title='1'><img width="78" height="150" src="http://d10z.com/wp-content/uploads/2009/08/1-78x150.jpg" class="attachment-thumbnail" alt="1" title="1" /></a>
<a href='http://d10z.com/wp-content/uploads/2009/08/2.jpg" rel='sexylightbox[157]' title='2'><img width="78" height="150" src="http://d10z.com/wp-content/uploads/2009/08/2-78x150.jpg" class="attachment-thumbnail" alt="2" title="2" /></a>
<a href='http://d10z.com/wp-content/uploads/2009/08/3.jpg" rel='sexylightbox[157]' title='3'><img width="78" height="150" src="http://d10z.com/wp-content/uploads/2009/08/3-78x150.jpg" class="attachment-thumbnail" alt="3" title="3" /></a>
<a href='http://d10z.com/wp-content/uploads/2009/08/4.jpg" rel='sexylightbox[157]' title='4'><img width="78" height="150" src="http://d10z.com/wp-content/uploads/2009/08/4-78x150.jpg" class="attachment-thumbnail" alt="4" title="4" /></a>
<a href='http://d10z.com/wp-content/uploads/2009/08/5.jpg" rel='sexylightbox[157]' title='5'><img width="78" height="150" src="http://d10z.com/wp-content/uploads/2009/08/5-78x150.jpg" class="attachment-thumbnail" alt="5" title="5" /></a>
<a href='http://d10z.com/wp-content/uploads/2009/08/6.jpg" rel='sexylightbox[157]' title='6'><img width="78" height="150" src="http://d10z.com/wp-content/uploads/2009/08/6-78x150.jpg" class="attachment-thumbnail" alt="6" title="6" /></a>
<a href='http://d10z.com/wp-content/uploads/2009/08/7.jpg" rel='sexylightbox[157]' title='7'><img width="78" height="150" src="http://d10z.com/wp-content/uploads/2009/08/7-78x150.jpg" class="attachment-thumbnail" alt="7" title="7" /></a>
<a href='http://d10z.com/wp-content/uploads/2009/08/8.jpg" rel='sexylightbox[157]' title='8'><img width="78" height="150" src="http://d10z.com/wp-content/uploads/2009/08/8-78x150.jpg" class="attachment-thumbnail" alt="8" title="8" /></a>
</p>
<p></span></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Imprime, Comparte, Disfruta:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fd10z.com%2F2009%2F08%2Fwptouch-visualiza-wordpress-en-tu-iphone%2F&amp;partner=sociable" title="Print"><img src="http://d10z.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fd10z.com%2F2009%2F08%2Fwptouch-visualiza-wordpress-en-tu-iphone%2F&amp;partner=sociable" title="PDF"><img src="http://d10z.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="mailto:?subject=WPtouch%20Visualiza%20WordPress%20en%20tu%20iPhone&amp;body=http%3A%2F%2Fd10z.com%2F2009%2F08%2Fwptouch-visualiza-wordpress-en-tu-iphone%2F" title="email"><img src="http://d10z.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fd10z.com%2F2009%2F08%2Fwptouch-visualiza-wordpress-en-tu-iphone%2F&amp;t=WPtouch%20Visualiza%20WordPress%20en%20tu%20iPhone" title="Facebook"><img src="http://d10z.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=WPtouch%20Visualiza%20WordPress%20en%20tu%20iPhone%20-%20http%3A%2F%2Fd10z.com%2F2009%2F08%2Fwptouch-visualiza-wordpress-en-tu-iphone%2F" title="Twitter"><img src="http://d10z.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fd10z.com%2F2009%2F08%2Fwptouch-visualiza-wordpress-en-tu-iphone%2F&amp;title=WPtouch%20Visualiza%20WordPress%20en%20tu%20iPhone&amp;annotation=Tutorial%20de%20como%20dejar%20100%25%20compatible%20nuestro%20blog%20WordPress%20con%20el%20iPhone" title="Google Bookmarks"><img src="http://d10z.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fd10z.com%2F2009%2F08%2Fwptouch-visualiza-wordpress-en-tu-iphone%2F&amp;t=WPtouch%20Visualiza%20WordPress%20en%20tu%20iPhone" title="MySpace"><img src="http://d10z.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fd10z.com%2F2009%2F08%2Fwptouch-visualiza-wordpress-en-tu-iphone%2F&amp;title=WPtouch%20Visualiza%20WordPress%20en%20tu%20iPhone&amp;notes=Tutorial%20de%20como%20dejar%20100%25%20compatible%20nuestro%20blog%20WordPress%20con%20el%20iPhone" title="del.icio.us"><img src="http://d10z.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fd10z.com%2F2009%2F08%2Fwptouch-visualiza-wordpress-en-tu-iphone%2F&amp;title=WPtouch%20Visualiza%20WordPress%20en%20tu%20iPhone" title="Live"><img src="http://d10z.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://d10z.com/feed/" title="RSS"><img src="http://d10z.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
</ul>
</div>

	<h4>Entradas relacionadas</h4>
	<ul class="st-related-posts">
	<li><a href="http://d10z.com/2009/08/modifica-el-htaccess-en-wordpress-permalinks/" title="Modifica el .htaccess en WordPress &#8211; Permalinks (29 Agosto 2009)">Modifica el .htaccess en WordPress &#8211; Permalinks</a> (2)</li>
	<li><a href="http://d10z.com/2009/09/spotify-ya-en-la-appstore/" title="Spotify ya en la AppStore (6 Septiembre 2009)">Spotify ya en la AppStore</a> (1)</li>
	<li><a href="http://d10z.com/2009/09/spotify-te-bloquea-desde-hoy/" title="Spotify te Bloquea desde Hoy (8 Septiembre 2009)">Spotify te Bloquea desde Hoy</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://d10z.com/2009/08/wptouch-visualiza-wordpress-en-tu-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
