# # UserDir: The name of the directory which is appended onto a user's home # directory if a ~user request is received. # UserDir public_html # # Control access to UserDir directories. The following is an example # for a site where these directories are restricted to read-only. # AllowOverride All AddHandler perl-script .cgi Options All +ExecCGI Order allow,deny Allow from all Order deny,allow Deny from all