Hi
I have two sites. One is a front end and the other is a front end and content management in a sub domain. However they are set up locally as two different sites.
Which function should I use to check if a file exists (an image) from one domain to the other? I have tried file_exists and is_readable but they both return false when the file exists.
Thanks