User Tools

Site Tools


internet:hosting:joomla

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
internet:hosting:joomla [2013/05/17 13:56]
gcooper
internet:hosting:joomla [2013/09/30 10:31] (current)
gcooper
Line 1: Line 1:
 ====== Joomla Content Management System ====== ====== Joomla Content Management System ======
 +
 +===== Security =====
 +
 +You should secure the admin area with ''.htaccess''.
 +
 +Edit the 'allow' line for your needs:
 +
 +<file>
 +cd administrator
 +
 +cat << EOF >> .htaccess
 +# Limit access by IP address or range
 +<Limit GET POST PUT>
 +  order deny,allow
 +  deny from all
 +  allow from 123.123.123.123 234.234.234.234
 +</Limit>
 +EOF
 +</file>
  
 ===== SME Server 8 ===== ===== SME Server 8 =====
internet/hosting/joomla.1368820560.txt.gz · Last modified: 2013/05/17 13:56 by gcooper