Page 1 of 1

How do I set up the UserDir

PostPosted: 04. December 2005 23:37
by Nyrobi
I've read the documentation on apache.org, and other googled sites. I've tried adding the appropriate info in the .conf file:

UserDir public_html /www/usr/siteblah http://www.someurl.com

...but can't seem to get this to function with xampp. Is there something I'm missing?

The error message from xampp is that the UserDir has not been declared.

I don't want this to be a virtual host, but a user site under the main domain.

Ideas & comments are appreciated.

PostPosted: 05. December 2005 16:09
by deepsurfer
look in httpd.conf of XAMMP-Apache, near line 402, there is the function for public_Dir , in xampp called UserDir

bevor use this you must change the ~ line 183
Code: Select all
#LoadModule userdir_module modules/mod_userdir.so

in
Code: Select all
LoadModule userdir_module modules/mod_userdir.so



i hope that is what you search

Thank you, it worked

PostPosted: 06. December 2005 20:50
by Nyrobi
I've never had to manually load that particular module before - wow, lesson learned and thank you again.