<?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: Force Joomla to use SSL/HTTPS</title>
	<atom:link href="http://blog.oneduality.com/2009/01/15/force-joomla-to-use-sslhttps/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.oneduality.com/2009/01/15/force-joomla-to-use-sslhttps/</link>
	<description>So you don&#039;t have to!</description>
	<lastBuildDate>Tue, 07 Sep 2010 04:07:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Lonnie</title>
		<link>http://blog.oneduality.com/2009/01/15/force-joomla-to-use-sslhttps/comment-page-1/#comment-854</link>
		<dc:creator>Lonnie</dc:creator>
		<pubDate>Wed, 05 May 2010 02:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oneduality.com/?p=80#comment-854</guid>
		<description>Yes you can get an instance of the jUser object and pull their access level before doing your redirect.

You would want to move the code to the template rather than the config file at that point.. and you should still be able to override variables from jConfig .. I can work up some sample code for you if you need. Sorry for the delay.</description>
		<content:encoded><![CDATA[<p>Yes you can get an instance of the jUser object and pull their access level before doing your redirect.</p>
<p>You would want to move the code to the template rather than the config file at that point.. and you should still be able to override variables from jConfig .. I can work up some sample code for you if you need. Sorry for the delay.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Langley</title>
		<link>http://blog.oneduality.com/2009/01/15/force-joomla-to-use-sslhttps/comment-page-1/#comment-849</link>
		<dc:creator>George Langley</dc:creator>
		<pubDate>Tue, 27 Apr 2010 00:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oneduality.com/?p=80#comment-849</guid>
		<description>Yes, you can force a re-direct to https. But, is there a way for a template to get the Access Level of the current article, to know if it should force the re-direct? I want one template that knows that it should use http for Public pages and https for Registered pages.

In the template&#039;s index.php:
$thisTitle = $this-&gt;title; // works
$thisAccess = $this-&gt;access; // is empty

The article can have the following JUMI script:
$theAccess = $article-&gt;access; // 0 for public, 1 for registered
which could be used, except you then have to add that script to every article&#039;s HTML! Tried making it a separate module and assigning to every page, but it doesn&#039;t work outside of the article.
Thoughts/suggestions anyone?</description>
		<content:encoded><![CDATA[<p>Yes, you can force a re-direct to https. But, is there a way for a template to get the Access Level of the current article, to know if it should force the re-direct? I want one template that knows that it should use http for Public pages and https for Registered pages.</p>
<p>In the template&#8217;s index.php:<br />
$thisTitle = $this-&gt;title; // works<br />
$thisAccess = $this-&gt;access; // is empty</p>
<p>The article can have the following JUMI script:<br />
$theAccess = $article-&gt;access; // 0 for public, 1 for registered<br />
which could be used, except you then have to add that script to every article&#8217;s HTML! Tried making it a separate module and assigning to every page, but it doesn&#8217;t work outside of the article.<br />
Thoughts/suggestions anyone?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
