<?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>crovean.net &#187; Admin Access</title>
	<atom:link href="http://www.crovean.net/tag/admin-access/feed" rel="self" type="application/rss+xml" />
	<link>http://www.crovean.net</link>
	<description>The World of Today&#039;s Technology &#38; Photography</description>
	<lastBuildDate>Fri, 03 Feb 2012 21:40:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SSL on Joomla Administrator Access</title>
		<link>http://www.crovean.net/ssl-on-joomla-administrator-access</link>
		<comments>http://www.crovean.net/ssl-on-joomla-administrator-access#comments</comments>
		<pubDate>Thu, 31 Jul 2008 23:47:57 +0000</pubDate>
		<dc:creator>Chriss</dc:creator>
				<category><![CDATA[Joomla Tips]]></category>
		<category><![CDATA[Admin Access]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://crovean.net/?p=3</guid>
		<description><![CDATA[Add security on your Joomla administrator access. If you have Secure Sockets Layer(SSL) on your website just don&#8217;t use it on your shopping carts and forms, use it also with your Joomla administrator log-in. This way you are assured that you are entering your log-in information for your Joomla admin access on a secured connection....]]></description>
			<content:encoded><![CDATA[<p>Add security on your Joomla administrator access. If you have Secure Sockets Layer(SSL) on your website just don&#8217;t use it on your shopping carts and forms, use it also with your Joomla administrator log-in. This way you are assured that you are entering your log-in information for your Joomla admin access on a secured connection. Other way to strengthen your Joomla admin access is to have a complex username and password. Always combine symbols, numbers, letter and atleast 6 to 10 characters.   To make sure Joomla! administrator log-in is on a secure connection.</p>
<p><strong>In administrator/index.php, immediately after the line that says:</strong></p>
<blockquote><p>define( &#8216;_VALID_MOS&#8217;, 1);</p></blockquote>
<p><strong>Add the following: </strong></p>
<blockquote><p>//Redirect to https if accessed over http (except when running locally)</p>
<p>if ($_SERVER['SERVER_NAME'] != &#8220;localhost&#8221;)</p>
<p>{</p>
<p>$port = $_SERVER["SERVER_PORT"];</p>
<p>$ssl_port = &#8220;443&#8243;;  //Change 443 to whatever port you use for https (443 is the default and will work in most cases)</p>
<p>if ($port != $ssl_port)</p>
<p>{     $host = $_SERVER["HTTP_HOST"];</p>
<p>$uri = $_SERVER["REQUEST_URI"];</p>
<p>header(&#8220;Location: https://$host$uri&#8221;);</p>
<p>}</p>
<p>}</p></blockquote>
<p><strong>Logging out and returning to http:  In administrator/logout.php, look for:</strong></p>
<blockquote><p>// return to site homepage mosRedirect( &#8216;../index.php&#8217; );</p></blockquote>
<p><strong>Change it to: </strong></p>
<blockquote><p>// return to site homepage mosRedirect( &#8216;http://www.yourdomainname.com/index.php&#8217; );</p></blockquote>
<p>Disclaimer: This hack is not guaranteed to work on every server configuration or Joomla installation. Use of these hacks is entirely at your own risk!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.crovean.net/ssl-on-joomla-administrator-access/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

