Best Way to Protect Joomla Backend !!! 08-18-2011, 01:50 PM
#1
What are the best ways of protecting the backend access of website made using Joomla.??
| Best Way to Protect Joomla Backend !!! filter_list | |
(08-19-2011, 03:48 PM)blowdoof Wrote: hide it, move it and/or protect the admin folder it with a directory protection, and always use strong passwords + change them on a regular base
(08-20-2011, 03:00 PM)blowdoof Wrote: even when disabling login, you can still access the backend. Disable all the things you don't need.. so if you don't require frontend login, disable at least that. Besides, the passwords in joomla are stored with md5 + random salt, hard to crack even if given the entire md5 hash. One more thing, keep it patched ! Security holes are quickly patched, but also visible to everyone. If you didn't patch your site on a regular base, you make it easier for the possible hacker. Most patches released lately are minor issues however.