Deny access to memberlist

View Memberlist is a permission you set in usergroups. I choose to restrict it in .htaccess so nobody can access it.

<Files memberlist.php>
order deny,allow
deny from all
</Files>
 
Thank you bro. But I noticed one thing, if vbseo is enabled a user can access member list using url

forum/members/list/
 
Back
Top