Purpose : prevent users access the "secret folder" under .htdocs.
after read through the apache manual, i still dunno how to block the .htdocs.
even i change the userdir to : UserDir disabled root
but not workingly.
copy from Apache manual / UserDir directive
To allow a few users to have UserDir directories, but not anyone else, use the following:
UserDir disabled
UserDir enabled user1 user2 user3
It mean we can set uset to accessing it, is it possible ? how to do it ?
i can't find the any tutorial from the manual.
anyone can help me ?
thank a lot