Hi, i'm not sure if i'm posting this message in the right place, but as its PHP related thought this may be the best place.
I've built a CMS using PHP that runs on windows IIS server. What I what to know is if this CMS was transferred from a windows IIS server to a UNIX server, (i.e. the hosting machine is on another server) what implications will this have in terms of the file system and the way that php is run. (basically, will it work on unix striaght away, or are there details that I have to sort out before transferring to unix)
The CMS has all the normal features of a CMS, like uploading files, images, adding/removing pages.... etc. So, my main concerns were to do with directory manipulations, and owning files and file permissions, which exist in UNX but not so much so for IIS.
This CMS was built with the help of another senior programmer, who has now left our company, leaving only myself (with a little over a years PHP knowledge) to try to sort this out.
any help on this would be must helpful. or even just a point in the right direction to any online resources/websites.
thanks.
I've built a CMS using PHP that runs on windows IIS server. What I what to know is if this CMS was transferred from a windows IIS server to a UNIX server, (i.e. the hosting machine is on another server) what implications will this have in terms of the file system and the way that php is run. (basically, will it work on unix striaght away, or are there details that I have to sort out before transferring to unix)
The CMS has all the normal features of a CMS, like uploading files, images, adding/removing pages.... etc. So, my main concerns were to do with directory manipulations, and owning files and file permissions, which exist in UNX but not so much so for IIS.
This CMS was built with the help of another senior programmer, who has now left our company, leaving only myself (with a little over a years PHP knowledge) to try to sort this out.
any help on this would be must helpful. or even just a point in the right direction to any online resources/websites.
thanks.
Comment