|
Written by Ron Bassett
|
|
Sunday, 08 November 2009 22:20 |
|
Many times you want to force https or SSL on Joomla! administrator logins so admin users passwords are always sent ecyrpted. This can be done by creating a .htaccess file in the /administrator/ directory and adding the code below.
RewriteEngine on RewriteCond %{HTTPS} !=on RewriteRule ^(.*)$ https://codersresource.com/administrator/$1 [R=301,NC]
|
|
Read more... [Securing Joomla!'s Administrator Logins]
|