<?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>AxiaCore Blog &#187; Apache</title>
	<atom:link href="http://axiacore.com/blog/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://axiacore.com/blog</link>
	<description>Implementamos tecnologia y es asi como lo hacemos</description>
	<lastBuildDate>Fri, 29 Jan 2010 17:22:40 +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>Redireccionar Correctamente con htaccess</title>
		<link>http://axiacore.com/blog/2008/08/redireccionar-correctamente-con-htaccess/</link>
		<comments>http://axiacore.com/blog/2008/08/redireccionar-correctamente-con-htaccess/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 22:57:37 +0000</pubDate>
		<dc:creator>Camilo Nova</dc:creator>
				<category><![CDATA[AxiaCore]]></category>
		<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://axiacore.com/blog/?p=383</guid>
		<description><![CDATA[La forma correcta de hacer un redireccionamiento de una pagina web con el archivo de configuracion .htaccess de Apache Web Server es la siguiente:
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://url-destino.com/
El archivo debe ser colocado el la raiz del sitio o carpeta que se quiera redireccionar
]]></description>
			<content:encoded><![CDATA[<p>La forma correcta de hacer un redireccionamiento de una pagina web con el archivo de configuracion .htaccess de Apache Web Server es la siguiente:</p>
<blockquote><p>Options +FollowSymLinks<br />
RewriteEngine on<br />
RewriteRule (.*) http://url-destino.com/</p></blockquote>
<p>El archivo debe ser colocado el la raiz del sitio o carpeta que se quiera redireccionar</p>
]]></content:encoded>
			<wfw:commentRss>http://axiacore.com/blog/2008/08/redireccionar-correctamente-con-htaccess/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
