|
By default JoomlaStart does this for you, but when upgrading it doesn't not change any permissions leaving them as default!
Second, when it does a simple install, the only permissions it changes are only the one that Joomla requires, images folder, modules, components and so on!
If you really need to secure Joomla you will need to follow a security guide for this!
- password protect administrator directory with apache authentication(htpasswd), the same for other directories you don't access directly on the web(like components directory, but not also the images/ one, this one is used for displaying the images, same for templates/), and also if you don't plan to make any change to configuratio.php, change it's permissions to 644
Ovidiu
|