PDA

View Full Version : problem with open_basedir and multiple sites per user


galchen
29th August 2011, 17:52
hi
recently installed ISPConfig 3.0.3.3.
I have a user that has several websites:
for example: user john. added domain1.com and then domain2.com, both for the same user.
in the open_basedir for domain1 there's DOMAIN1_OBD, and for domain2 i have DOMAIN2_OBD. now when i try to enter domain1.com/index.php it reads if from domain2. i get an open_basedir error, telling me that the requested path is not in the allowed basedir, and it says that my allowed basedir (for domain1) is DOMAIN2_OBD

i'm using fastCGI for php

any idea what it could be?

till
29th August 2011, 18:14
Check the dns records of the domains and ensure that the dns records match the Ip addresses that you selected for the domains. Also ensure that you activated the auto subdomain www setting if you want to reach the site with www.domain.tld too.