Opening public_html content from any user?

TestUser

Verified User
Joined
Aug 26, 2011
Messages
220
Hey all...
i would like to open public_html for any user on the server... for some testing
so url is something like
BUT whatever i do i get Not Found
and the userName exists
This was working form me not long ago...
dont know what happened?
Any ideas!?
 
It's not advised for security reasons if I remember correctly so it's disabled by default. But if you want that to work you can do it like this via SSH:
Code:
cd /usr/local/directadmin/custombuild
./build set userdir_access yes
./build rewrite_confs
 
Back
Top