<?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>&#60;SourceBench/&#62; Your place to share code stuff &#187; http</title>
	<atom:link href="http://sourcebench.com/tag/http/feed/" rel="self" type="application/rss+xml" />
	<link>http://sourcebench.com</link>
	<description></description>
	<lastBuildDate>Tue, 04 May 2010 07:57:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Redirecting from http to https via mod_rewrite</title>
		<link>http://sourcebench.com/languages/plain/sourcecode-languageplainrewriteengi/</link>
		<comments>http://sourcebench.com/languages/plain/sourcecode-languageplainrewriteengi/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 03:48:09 +0000</pubDate>
		<dc:creator>The SourceBench</dc:creator>
				<category><![CDATA[Plain Text]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[virtual host]]></category>

		<guid isPermaLink="false">http://sourcebench.com/?p=11</guid>
		<description><![CDATA[RewriteEngine on
RewriteCond %{SERVER_PORT}      !^443$
RewriteRule ^/(.*)              https://%{SERVER_NAME}/$1 [L,R]]]></description>
			<content:encoded><![CDATA[<pre class="brush: plain;">RewriteEngine on
RewriteCond %{SERVER_PORT}      !^443$
RewriteRule ^/(.*)              <a href="https://%" rel="nofollow">https://%</a>{SERVER_NAME}/$1 [L,R]</pre>]]></content:encoded>
			<wfw:commentRss>http://sourcebench.com/languages/plain/sourcecode-languageplainrewriteengi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
