apollo Posted April 6, 2007 Share Posted April 6, 2007 I have several websites on a remote virtual server. These websites use the same software. I am looking for a way to update all the common files at the same time, rather than uploading the same file via FTP to each domain. I can not INCLUDE() a file from a different domain. Is there a way to use a common source file stored on one domain, to be used on multiple domains? Thanks Link to comment https://forums.phpfreaks.com/topic/45861-common-php-files-on-different-domains/ Share on other sites More sharing options...
trq Posted April 6, 2007 Share Posted April 6, 2007 When you say these files are on a remote virtual server, does that mean they are all on the same server? If so, you could just use the full path, providing permissions allow it. If however this server is a shared server, you may be out of luck. Link to comment https://forums.phpfreaks.com/topic/45861-common-php-files-on-different-domains/#findComment-222800 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.