I have searched and disabled joomla login module which hides login form in sidebar. But if I put
index.php/component/users
URL in address bar it still displays login form.
Is there any way to hide this login form ?
I have searched and disabled joomla login module which hides login form in sidebar. But if I put
index.php/component/users
URL in address bar it still displays login form.
Is there any way to hide this login form ?
You can prevent that by custom rewrite rules in
.htaccess
file.or try creating hidden menu item (stacked in menu that doesn't have module so it's not shown on the page) and setting it's Access level to 'Special' but I'm not sure about this one.
Before start website development process immediately after installation Joomla! or simply for preventing/blocking POST-data follow next steps.
Prevent all POST excluding /administrator folder in Joomla! (file: /.htaccess):
In "/admininstrator" folder - allow access by IP/DNS (file: /admininstrator/.htaccess):
Where XXX.XXX.XXX.XXX - admin IP-address.