I work for a real estate web design company and their main content management system uses various include files. On the server they have now it works fine.. We pull information from profileyourcity.com , onto all the clients sites which are on different domains but on the same server. Now we have a new dedicated server with godaddy (who offers no support despite the hefty monthly price), and the php includes from different domains on the same server are not working... We have tried so many things and contacted godaddy but all with no avail. Does anyone have any suggestions or advice on a way to fix this?
Have you looked at any of the error logs to see if they are of any help? How do you have php compiled as well? If you are using suphp, that could be the issue.
I am pretty sure remote file include ( a different domain is remote) requires CURL which is usually disabled by default. They might also be iframing the content and it might be a matter of bad code.