Jack.Straw Posted January 10, 2008 Share Posted January 10, 2008 I have 2 subdomains. sub1.somewhere.com sub2.somewhere.com The script running on sub2 needs to check if images exist on sub1 before trying to use them. I've been trying to figure out how to do the file structure, but nothing is working. I've tried: ../sub1/images/myfile.jpg ./sub1/images/myfile.jpg /sub1/images/myfile.jpg $DOCUMENT_ROOT/sub1/images/myfile.jpg $DOCUMENT_ROOT/public_html/sub1/images/myfile.jpg $DOCUMENT_ROOT/home/public_html/sub1/images/myfile.jpg $_SERVER[DOCUMENT_ROOT]/sub1/images/myfile.jpg $_SERVER[DOCUMENT_ROOT]/public_html/sub1/images/myfile.jpg $_SERVER[DOCUMENT_ROOT]/home/public_html/sub1/images/myfile.jpg So far nothing has worked. Surely it must be possible to access local files, even if they are on a different subdomain? Any help would be greatly appreciated. Thanks, -Jack Quote Link to comment https://forums.phpfreaks.com/topic/85358-solved-im-having-trouble-using-file_exists-accross-subdomains/ Share on other sites More sharing options...
Jack.Straw Posted January 10, 2008 Author Share Posted January 10, 2008 nevermind, i found it. There was a user name between home and public_html. Thanks anyway, -Jack Quote Link to comment https://forums.phpfreaks.com/topic/85358-solved-im-having-trouble-using-file_exists-accross-subdomains/#findComment-435545 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.