Greetings people...
First off, sorry if this is in the wrong section, but I couldn't figure where to put my thread, move if needed...
I just bought a domain of one & one (great deal 7$ domain)... and I don't think you can enable a wildcard (*.mydomain.com) through them... which I usually used with apache.
I used my sub-domains for user webpages, they have full access to their root, but they have access denial to anything else...
apache config:
so there, that was the way I locked them... however, since 1 & 1 does not allow wildcard fowarding (or so I think, help me on this if yes),Code:<VirtualHost *> DocumentRoot d:/web/member/USERXXXXXXXX ServerName USERXXXXXXXX.mydomain.com User USERXXXXXXXX Group MYGROUP_FTP php_admin_value open_basedir "z:/web/member/USERXXXXXXXX" </VirtualHost>
My question is this how can I lock them to a folder... instead of a domain?
let's say I do a virtual directory of
mydomain.com/member/USERXXXXXXXX
how can he be locked to z:\web\member\USERXXXXXXXX?
(I'd need to change "ServerName USERXXXXXXXX.mydomain.com" by something that gets a folder instead of a domain)
Thanks in advance to break out your heads for me...!!!!!![]()
![]()




Reply With Quote