Home Joomla General
Mar 10
Wednesday
General
Securing Joomla!'s Administrator Logins PDF Print E-mail
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]
 
Page Peel Banner - Joomla Module Fix PDF Print E-mail
Written by Ron Bassett   
Monday, 24 August 2009 20:48

page-peel-banner-med

Some of you may have used the very cool Page Peel Banner for Joomla. http://extensions.joomla.org/extensions/ads-a-affiliates/corner-banners/3209 . The only problem I ran into was using it with SEF enabled. This made the module only display on the first page.  It came down to needing some links to files changed in the default.php file. The modified version can be downloaded here (default.php) Just download, unzip, and upload to >/modules/mod_pagepeel_banner_J15/tmpl/

Read more... [Page Peel Banner - Joomla Module Fix]
 
How to set up Joomla directory permissions PDF Print E-mail
Written by Ron Bassett   
Thursday, 19 February 2009 21:40

How to set up Joomla directory permissions in Joomla 1.5. Set the following directories to 777 using an FTP client. For the noobies out there I should also mention that the configuration.php located at the root of your site also needs the permissions changed to 777.

Read more... [How to set up Joomla directory permissions]
 


Home Joomla General