4
Hi guys
Well, eventually I got it sussed. I did indeed utilise an article that iis-resources.com produced locatable here
http://www.iis-resources.com/modules/news/article.php?storyid=4.
Anyway, the problems were, it turns out, as follows (I think, because it now works - hooray !)
1) I had nothing specified in the doc_root of my php.ini file. So I told it to use the folder on the server used by the Intranet and IIS.
2) I had no session.save_path value. So I created a temp folder in my web sites root folder and told it to use that.
3) Permissions for IUSR_[ournetworkname] and IIS_WPG had not been set for BOTH the php folder and the site folder. I had just set it for the php folder! And it wasn't until last night that I realised about those particular permissions either.
4) In IIS I removed the ISAPI filters reference that I had made of both the web site, and the Default Web Site specified in IIS, and just ensured that php.exe was in the Home Directory's Configuration listing.
After that, it seemed to work. I have a feeling the doc_root and the permissions was the main problem though.
Hopefully my distress and eventual problem solving may help someone else in the same position. Perhaps it could be added to the XOOPS guide (I realise XOOPS is not written for IIS but clearly some people do use the two together, either through preference, or force!).
Anyway, its working now, thank god, so I can work on fine tuning security etc later.
Thanks for all your help, and a great community.
Thanks
Ted