简体   繁体   中英

is joomla secure if i do the following:

is joomla secure if i:

  • use su_php to run php in cgi mode
  • lock down all component folders other than com_content and images (only necessary folders)
  • do not allow 3rd party plugins
  • do not allow frontend login
  • keep admin login behind a htaccess password
  • change default usetname admin to xxxxxx.admin
  • change default db prefix from jos_ to xxx__

obsviously to secure mysql and linux to a good standard

Is there anything im missing?

Cheers

Ke

The ONLY way for YOU to know for sure will be to conduct a thorough code analysis.

Next, search google for "joomla sql injection" and decide for yourself if it's worth it. (Here's one hit: http://www.packtpub.com/article/preventing-sql-injection-attacks-on-joomla-websites )

change default usetname admin to xxxxxx.admin change default db prefix from jos_ to xxx__ do not allow 3rd party plugins do not allow frontend login

The above 4 are obviously possible and secure with Joomla, others I am not sure.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM