Yup just use .htaccess to deny access to the administrator directory. No need to change the administrator address.
Something like:
Order Deny,Allow
Deny from all
Allow from XXX.XXX.XXX.XXX
Refer to the Joomla.org security FAQs for more info.
so doing this, just affects logging into the administrator portion when adding that code sequence to the .htaccess file? and doesnt affect all users yes?
Yup just use .htaccess to deny access to the administrator directory. No need to change the administrator address.
Something like:
Order Deny,Allow
Deny from all
Allow from XXX.XXX.XXX.XXX
Refer to the Joomla.org security FAQs for more info.
so doing this, just affects logging into the administrator portion when adding that code sequence to the .htaccess file? and doesnt affect all users yes?
R.
if you place the .htaccess file in the administrator directory then yes.
The disadvantage of this method is that you won't be able to administer your website from anywhere but home.
An alternative to this method uses the htaccess file to password protect the directory, so you can access the admin logon page from anywhere, so long as you enter the htaccess password. Google. it, there are thousands of websites explaining the method.
You can avoid both methods by just using an admin password that bots can't crack like hY_6bVkW#dM
You can avoid both methods by just using an admin password that bots can't crack like hY_6bVkW#dM
Bingo!
All good advice GollumX!
The member formerly known as Roland Deschain After your question is solved, please Edit your original post and choose the Solved message icon, thank you!