<?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>TechForceOne &#187; SSL</title>
	<atom:link href="http://www.techforceone.com/tag/ssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techforceone.com</link>
	<description>For developers, by developers</description>
	<lastBuildDate>Tue, 13 Dec 2011 12:09:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>PHP redirection to HTTPS SSL</title>
		<link>http://www.techforceone.com/2009/08/php-redirection-to-https-ssl/</link>
		<comments>http://www.techforceone.com/2009/08/php-redirection-to-https-ssl/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 14:46:43 +0000</pubDate>
		<dc:creator>Kumar Bhogaraju</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[HTTPS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://www.techforceone.com/?p=190</guid>
		<description><![CDATA[If you wish to redirect one of your pages to HTTPS, even when user enters HTTP in the URL, you can use the following lines of code before you load your PHP page. if (empty($_SERVER['HTTPS']) &#124;&#124; ($_SERVER['HTTPS']!=&#8221;on&#8221;)) { $redirect= &#8220;https://&#8221;.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; header(&#8220;Location:$redirect&#8221;); }]]></description>
		<wfw:commentRss>http://www.techforceone.com/2009/08/php-redirection-to-https-ssl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

