Setting the file path with UserDir
●The UserDir directive specifies a directory out of which per-user content is loaded.
●This directive may take several different forms.
●If a path is given which does not start with a leading slash, it is assumed to be a directory path relative to the home directory of the specified user.
●Given this configuration:
●UserDir public_html
●the URL http://example.com/~rbowen/file.html will be translated to the file path /home/rbowen/public_html/file.html