<?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>Dnzapping &#187; Técnica</title>
	<atom:link href="http://www.dnzapping.com/category/tecnica/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dnzapping.com</link>
	<description>Un punto de vista diferente</description>
	<lastBuildDate>Fri, 03 Sep 2010 21:10:03 +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>Redirecciones web</title>
		<link>http://www.dnzapping.com/redirecciones-web/</link>
		<comments>http://www.dnzapping.com/redirecciones-web/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 13:54:35 +0000</pubDate>
		<dc:creator>DnZapping</dc:creator>
				<category><![CDATA[Técnica]]></category>
		<category><![CDATA[afiliados]]></category>
		<category><![CDATA[redirecciones]]></category>

		<guid isPermaLink="false">http://www.dnzapping.com/?p=38</guid>
		<description><![CDATA[A trav&#233;s de las redirecciones es posible mostrar unas direcciones en el navegador, pero luego ir a otras. Esto puede servir para que una web muestre urls m&#225;s amigables. Por ejemplo, para simplificar los links de afiliados. En Apache, se puede hacer escribiendo en el fichero .htaccess lo siguiente: Options +FollowSymlinks RewriteEngine on Redirect 302 [...]]]></description>
			<content:encoded><![CDATA[<p>A trav&eacute;s de las redirecciones es posible mostrar unas direcciones en el navegador, pero luego ir a otras. Esto puede servir para que una web muestre <strong>urls m&aacute;s amigables</strong>. Por ejemplo, para simplificar los<strong> links de afiliados</strong>.<br />
<a target="_blank" href="http://www.chefpatrick.com/forward-a-domainurl-with-htaccess/"><br />
En Apache</a>, se puede hacer escribiendo en el fichero .htaccess lo siguiente:</p>
<p>Options +FollowSymlinks<br />
RewriteEngine on<br />
Redirect 302 <strong><em>/empresaxxx</em></strong><br />
http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=myID</p>
<p>En la web, cada referencia ser&aacute; del estilo <em>www.miweb.es</em><strong>/empresaxxx</strong>, pero realmente se har&aacute; una redirecci&oacute;n al largo link de afiliado.</p>
<p><span id="more-38"></span></p>
<p>Esta es una redirecci&oacute;n temporal (302), las redirecciones permanentes (301) se suelen utilizar para <a target="_blank" href="http://www.domisfera.com/como-minimizar-el-impacto-del-cambio-de-dominio/">transferir el tr&aacute;fico y la popularidad a un nuevo <strong>dominio</strong></a>.</p>
<p><a target="_blank" href="http://www.webconfs.com/how-to-redirect-a-webpage.php">Aqu&iacute; </a>explican c&oacute;mo hacer redirecciones en IIS, ColdFusion, Php, Asp, Asp.Net, Jsp, CGI PERL y Ruby on Rails.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dnzapping.com/redirecciones-web/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
