I have several sites:
www.dealer1.com
www.dealer2.com
www.dealer3.com
that live for example the following
/home/dealer1/public_html
/home/dealer2/public_html
/home/dealer3/public_html
I would like to write a bunch of common php classes and place them "somewhere" on my server that all three sites could access. For example, an inventory.class.php file that all three sites could access. What I am trying to avoid is having the same inventory.class.php files in each /home/dealerx/public_html folder so when I make a change to the class file I dont have to upload it to 3 seperate places (which in time will be dozens and dozens of differant sites).
What I have looked into so far was using sybmolic links, but I am getting stuck on the permissions I think.
Has any one done this? Seen any thread about it, or could you point me in the right direction?
Thanks so much in adavance.
Z
p.s. note, these differant sites cant be "subdomains" but will be differant domains.



LinkBack URL
About LinkBacks
Reply With Quote





