php - joomla 3 - how to disable front end login component? -


i have searched , disabled joomla login module hides login form in sidebar. if put

index.php/component/users 

url in address bar still displays login form.

is there way hide login form ?

you can prevent custom rewrite rules in .htaccess file.

# return 403 forbidden header , show content of root homepage rewriterule index.php/component/users index.php [f] 

or try creating hidden menu item (stacked in menu doesn't have module it's not shown on page) , setting it's access level 'special' i'm not sure one.


Comments

Popular posts from this blog

css - Text drops down with smaller window -

php - Boolean search on database with 5 million rows, very slow -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -