Thursday, February 09, 2012
   
Text Size


Password Protected Administrator Interface

If you want to password protect your admin interface to Joomla then you will find that frontend editing of Events won't work without giving your username/password each time. This is because JEvents uses some of the backend stylesheets and images from Joomla to save duplication of code.

The solution is to create a .htaccess file with the following content:

Satisfy Any
Allow from all

Place a copy of this file in the following folders:

  • administrator/com_jevents/assets/
  • administrator/templates/
  • administrator/images/

Then you should be all sorted.

If you are using addons like the locations managers etc. then you will need to put the htaccess file in the assets folder of these components in the backend too.

Alternative Approach

Include this in your main .htaccess file

<FilesMatch "*\.(css|js)$">
    Order Allow,Deny
    Allow from all
</FilesMatch>

See http://stackoverflow.com/questions/1340001/deny-direct-access-to-all-php-files-except-index-php for more ideas

Latest Club Downloads

jevsessions_1.1.3.zip
Gold Downloads/Attend JEvents
2012-02-06 :: 1.1.3
hr-HR_JEvents_2.0_J25.zip
Download JEvents/JEvents 2.0 Translations
2012-02-02 :: 2.0 Joomla! 1.6-1.7
hr-HR_JEvents_2.0_J15.zip
Download JEvents/JEvents 2.0 Translations
2012-02-02 :: 2.0 Joomla! 1.5
jevlocations_2.0.2_unzipfirst.zip
Silver Downloads/Managed Locations Addon
2012-01-27 :: 2.0.2/2.0.1
listevents_map_v3.zip
Bronze Downloads/Sample Files
2012-01-26
jevsendfb_1.0.zip
Silver Downloads/Twitter/Facebook Updates
2012-01-24 :: 1.0

JEvents is Hosted by Rochen

Login Form