antic
Perch
I have a client with a site written in PHP & Zend. It was originally hosted on Linux, but I've got it working perfectly here locally on IIS, and now want to upload it to a Windows hosting account.
Problem is, the site is structured using a number of folders at the *same level* as the web root folder:
/application
/bin
/data
/externals
/library
/public <-- web root
/scripts
I think this is a Zend thing (I'm not a php guy). I have it working here by simply setting "public" as the app root folder in IIS, give the IIS user r/w access to all folders, and everything seems to work ok.
So how do I implement this on a Jodo Windows server? Should I do this:
/application
/bin
/data
/externals
/library
/mydomain.com <-- web root
/scripts
Or this:
/mydomain.com
- application
- bin
- data
- externals
- library
- public <-- ask support to point web root here
- scripts
?
I'd prefer the second option, if possible, as it's neater.
Problem is, the site is structured using a number of folders at the *same level* as the web root folder:
/application
/bin
/data
/externals
/library
/public <-- web root
/scripts
I think this is a Zend thing (I'm not a php guy). I have it working here by simply setting "public" as the app root folder in IIS, give the IIS user r/w access to all folders, and everything seems to work ok.
So how do I implement this on a Jodo Windows server? Should I do this:
/application
/bin
/data
/externals
/library
/mydomain.com <-- web root
/scripts
Or this:
/mydomain.com
- application
- bin
- data
- externals
- library
- public <-- ask support to point web root here
- scripts
?
I'd prefer the second option, if possible, as it's neater.