This shows you the differences between two versions of the page.
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 '' | ||
+ | |||
+ | Edit the ' | ||
+ | |||
+ | < | ||
+ | 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 | ||
+ | </ | ||
+ | EOF | ||
+ | </ | ||
===== SME Server 8 ===== | ===== SME Server 8 ===== |