Hi there, I am a php developer and apache is not my string point
I host multiple websites on my dedicated server (Ihave root access) I have developed an image manager software in PHP which I want to be available to all my clients as follows:
www.hostedsite1.com/file_explorer
www.hostedsite2.com/file_explorer
etc..
of course each is site has a folder on my linux server:
/home/hostsit1
/home/hostsit2
and each account is a user, hostsit1, hostsit2 etc
I have a main account
/home/codelib
how do I get apache to create a virtual folder for each of the sites so that:
www.hostedsite1.com/file_explorer
doesn't really exist but maps over to
/home/codelib/file_explorer
??
thank you.
P.S. A good example of this is www.mysite.com/cpanel - the folder doesn't really exist, only in apache's mind..