how to set user for access .htdocs folder ?
Posted: Fri Aug 29, 2003 2:37 am
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
i can't find the any tutorial from the manual.
anyone can help me ?
thank a lot
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
It mean we can set uset to accessing it, is it possible ? how to do it ?To allow a few users to have UserDir directories, but not anyone else, use the following:
UserDir disabled
UserDir enabled user1 user2 user3
i can't find the any tutorial from the manual.
anyone can help me ?
thank a lot