|
Posted by shimmyshack on 03/06/07 20:05
On 6 Mar, 14:05, TycoonUK <tycoo...@hotmailnospam.com> wrote:
> Hi
>
> I have just set up a computer on Windows Server 2003 which works
> wonderfully with my two laptops.
>
> I have partitiioned the drive in 2 one for the system files and one to
> be used as a testing web server as below
>
> C: Windows server 2003
> M; website server
>
> So that no-one can get driectly ont o my websites all my websites are
> set under a directory called "websites" like below
>
> M:\websites\wofm2\
> M:\websites\jmhphotos\
>
> So, when I am opn my laptop I puthttp://wofm2/test.html
> orhttp://jmhphotos/test.html
>
> This works for html files, but not for php files likehttp://wofm2/test.php
>
> (The files are there - the test one being phpinfo().
>
> How do i set up the php for my test server?
>
> Amy help or links would be helpful. I think it is having trouble
> locating the server.
>
> Many thanks in advance.
>
> J. Matthew Hortonhttp://www.worldofmonopoly.co.ukhttp://www,hortonweb.org/jmh/
well php should be installed as a module on IIS6 and you then need to
tell the server where the interpreter is, the php_apache2_2.dll or
whatever it is called should be installed as a ??isapi filter?? - cant
remember the 2k3 terminology, and then you have to make sure it is
running - so the "up" arrow is displayed.
That should ring some bells, basically as Steve colourfully said, it
works by associating the ".php" extension with the php interpreter, so
somewhere that has to be specified. To be honest it's a bit of a faff,
but there are some great sites about IIS and php, and how fast you can
get it to go.
[Back to original message]
|