Reputation: 2586
is joomla secure if i:
obsviously to secure mysql and linux to a good standard
Is there anything im missing?
Cheers
Ke
Upvotes: 0
Views: 94
Reputation: 88072
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 )
Upvotes: 1
Reputation: 4179
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.
Upvotes: 0