<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: HTTP to HTTPS via mod_rewrite</title>
	<atom:link href="http://www.mnxsolutions.com/apache/http-to-https-via-mod_rewrite.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mnxsolutions.com/apache/http-to-https-via-mod_rewrite.html</link>
	<description>Linux Server Management, Web Server Management &#38; Managed IT Services</description>
	<lastBuildDate>Fri, 27 Jan 2012 21:31:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	

<!-- Debugging help, do not remove -->
<meta name="Framework" content="Kpress" />
<meta name="Theme Version" content="1" />
<meta name="Framework Version" content="1.01" />


	<item>
		<title>By: admin</title>
		<link>http://www.mnxsolutions.com/apache/http-to-https-via-mod_rewrite.html/comment-page-1#comment-2040</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 05 Jun 2010 01:26:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mnxsolutions.com/blog/uncategorized/http-to-https-via-mod_rewrite.html#comment-2040</guid>
		<description>If your web server is running Apache, you may want to look at mod_rewrite (http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html).

The code below is a start:
&lt;code&gt;
RewriteRule ^/(cart/.*) https://your_server.com/$1
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>If your web server is running Apache, you may want to look at mod_rewrite (<a href="http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html" rel="nofollow">http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html</a>).</p>
<p>The code below is a start:<br />
<code><br />
RewriteRule ^/(cart/.*) <a href="https://your_server.com/$1" rel="nofollow">https://your_server.com/$1</a><br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saad</title>
		<link>http://www.mnxsolutions.com/apache/http-to-https-via-mod_rewrite.html/comment-page-1#comment-2037</link>
		<dc:creator>Saad</dc:creator>
		<pubDate>Tue, 01 Jun 2010 14:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mnxsolutions.com/blog/uncategorized/http-to-https-via-mod_rewrite.html#comment-2037</guid>
		<description>I only want to run some of the pages on SSL and want site to switch back to non SSL when accessed other pages.

How can I do this?

e.g. http://your_server.com/cart/* should run on SSL but any other URL should be on http.

Thanks</description>
		<content:encoded><![CDATA[<p>I only want to run some of the pages on SSL and want site to switch back to non SSL when accessed other pages.</p>
<p>How can I do this?</p>
<p>e.g. <a href="http://your_server.com/cart/" rel="nofollow">http://your_server.com/cart/</a>* should run on SSL but any other URL should be on http.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Wilkens</title>
		<link>http://www.mnxsolutions.com/apache/http-to-https-via-mod_rewrite.html/comment-page-1#comment-1062</link>
		<dc:creator>Nick Wilkens</dc:creator>
		<pubDate>Mon, 19 Oct 2009 22:38:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.mnxsolutions.com/blog/uncategorized/http-to-https-via-mod_rewrite.html#comment-1062</guid>
		<description>Thanks! Glad we could help.</description>
		<content:encoded><![CDATA[<p>Thanks! Glad we could help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mirge</title>
		<link>http://www.mnxsolutions.com/apache/http-to-https-via-mod_rewrite.html/comment-page-1#comment-1063</link>
		<dc:creator>Mirge</dc:creator>
		<pubDate>Mon, 19 Oct 2009 20:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mnxsolutions.com/blog/uncategorized/http-to-https-via-mod_rewrite.html#comment-1063</guid>
		<description>Thank you, this was PERFECT... I tried another popular rewrite, but it wouldn&#039;t work.. this one worked for me.</description>
		<content:encoded><![CDATA[<p>Thank you, this was PERFECT&#8230; I tried another popular rewrite, but it wouldn&#8217;t work.. this one worked for me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

