Hello
I have php 3.01.6 installed on win2k. I have several websites setup, this is just a testing server. I can create sites as I need them but I am not sure how to point php into these other sites.
In php.ini I have the path to the main default folder where the main site it, that one works ok.
I have other folders on the same drive that do not parse php files. In php ini it says you can set extra folders for php files like this:
/path1;/path2 which I have taken to mean:
e:/server; e:/server2
Is this right?
I have all the same isapi filters and so on set in the other sites just like the main one, so I think that its almost ready to work and that i am missing a little thing...I hope!
Any ideas?