<?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>Tavo Blog &#187; httpd.conf</title>
	<atom:link href="http://www.gustavonovaro.com.ar/tag/httpd-conf/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gustavonovaro.com.ar</link>
	<description>Programación Web, PHP, MySQL, SEO, Google, Linux, Seguridad Informática, Hacking, Open Source, Android</description>
	<lastBuildDate>Mon, 18 Jul 2011 14:45:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Apache .htaccess HTTP redirect HTTPS</title>
		<link>http://www.gustavonovaro.com.ar/apache-htaccess-http-redirect-https/</link>
		<comments>http://www.gustavonovaro.com.ar/apache-htaccess-http-redirect-https/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 18:25:00 +0000</pubDate>
		<dc:creator>Gustavo Novaro</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[httpd.conf]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[mod_rewrite]]></category>

		<guid isPermaLink="false">http://www.gustavonovaro.com.ar/apache-htaccess-http-redirect-https/</guid>
		<description><![CDATA[Para forzar desde un .htaccess para que todos los request http:// redireccionen a https:// es necesario incluir las siguientes lineas #HTTP 2 HTTPS RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} Asegurate que el mod_rewrite este activo dentro del httpd.conf &#8230; <a href="http://www.gustavonovaro.com.ar/apache-htaccess-http-redirect-https/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="TweetButton_button" style="float: right; margin-left: 10px;;height:20px;margin-bottom:5px;"><a href="http://twitter.com/share data-url="http://www.gustavonovaro.com.ar/apache-htaccess-http-redirect-https/" data-text="Apache .htaccess HTTP redirect HTTPS"data-count="none" data-via="gnovaro" data-related=".htaccess,Apache,http,httpd.conf,https,mod_rewrite""><img src="http://www.gustavonovaro.com.ar/wp-content/plugins/tweetbutton-for-wordpress/images/tweet.png" style="border:none" /></a></div>
<p>Para forzar desde un .<strong>htaccess </strong>para que todos los request <strong>http:// </strong>redireccionen a <strong>https://</strong> es necesario incluir las siguientes lineas</p>
<p>#HTTP 2 HTTPS<br />
RewriteEngine On<br />
RewriteCond %{HTTPS} off<br />
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}</p>
<p>Asegurate que el mod_rewrite este activo dentro del <strong>httpd.conf</strong> del apache<br />
LoadModule rewrite_module modules/mod_rewrite.so</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gustavonovaro.com.ar/apache-htaccess-http-redirect-https/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

