Click to See Complete Forum and Search --> : apache user sites


dvdnut
06-17-2001, 09:30 AM
i understand that the config of apache, the default of it, when installed on mandrake is that it picks up /home/*/public_html/
is it poss that if i were to store the websites on another partition say on
/www/ that i could have the user accounts held on /www/*/ so if you enter http://localhost/~dvdnut/ it picks this up from
/www/dvdnut/

thanks

undef
06-17-2001, 11:11 AM
create a symbolic link in your /home/*/public_html/ and let it points to your /www/ directory.

dvdnut
06-18-2001, 04:14 AM
how?

im quite new to this you see

would it be

ln -s /home/*/public_html /www/*

? is that the right syntax?