Hi, im building my own CMS and wish to have my files hosted on 1 server for easy updating rather than sepperate uploads into different hosting packages etc.
My clients websites will all be hosted on different servers but i want them to access the CMS from one set of files so when i make updates they are applied to all clients.
I've tried using fopen/file_get_conten ts etc which works fine but my problems are with server variables etc as its using my external server details rather than the ones the files are displayed on....for example after they log in it sends them back to referer which was the external server rather tan theirs.
So i would rather they accesses the system where it actually was on my server....so im wondering what method i should use or is there a standard way of doing this.
Thanks
My clients websites will all be hosted on different servers but i want them to access the CMS from one set of files so when i make updates they are applied to all clients.
I've tried using fopen/file_get_conten ts etc which works fine but my problems are with server variables etc as its using my external server details rather than the ones the files are displayed on....for example after they log in it sends them back to referer which was the external server rather tan theirs.
So i would rather they accesses the system where it actually was on my server....so im wondering what method i should use or is there a standard way of doing this.
Thanks
Comment