How we can secure our Joomla site from outsider user.
Is there is any security feature is available in Joomla to prevent it hacking from outsider user.
How we can secure our Joomla site from outsider user.
Is there is any security feature is available in Joomla to prevent it hacking from outsider user.
Use this following steps :
Change the default database prefix (jos_)
Use a SEF component
Use the correct CHMOD for each folder and file.
Password protect your administrative area.
Keep your website up-to-date.
Use a .htaccess file to secure your Joomla.
Passwords - Use a unique and strong password.
Install the jSecure Authentication plugin.
Have a look at phpids.org As an intrusion detection system, It mitigates web bases attacks.
/administrator
so, put /administrator
under it's own authrealm and only provide that password to trusted users. (Then change it every time a /administrator
users leaves.)I believe I answered this question here. Might come in handy for you too