all user accounts will be under /home/domain/public_html/mobusers/UserName/ i'd like for the website to load each user as http://domain.com/UserName/ what is the best way to do this?
Linux help needed
Collapse
X
-
Simply point your webserver's dokument root to /home/domain/public_html/mobusers
For Apache you would enter:
DokumentRoot /home/domain/public_html/mobusers
Good luck and
(actually the word d-o-c-u-m-e-n-t seems to be banned on GFY, so I had to use the word "dokument" instead) -
can this be done with a htaccess file? cause I'd like to do this with multiple user catergory foldersOriginally posted by jennycards
Simply point your webserver's dokument root to /home/domain/public_html/mobusers
For Apache you would enter:
DokumentRoot /home/domain/public_html/mobusers
Good luck and
(actually the word d-o-c-u-m-e-n-t seems to be banned on GFY, so I had to use the word "dokument" instead)Comment
-
Dude, not to be an asshole or anything but if you don't know the answer to that you shouldnt be running a server.Originally posted by acctman
can this be done with a htaccess file? cause I'd like to do this with multiple user catergory foldersComment


Comment