I've followed the instructions in this doc:
http://www.wrensoft.com/ftp/UsingPHPwithFlyingAnt.pdf
I downloaded the latest thread safe PHP release (5.3.4) and copied the two files php-cgi.exe and php5ts.dll across to the Win32 folder (is this right? It wasn't really explained very well). I added the relavant line to the bottom of my config file, which now has this:
listen_ports 8091
open_url http://127.0.0.1:8091/index.php
document_root ..\..\Website\
exit_page /exit_pages/exit_windows.html
aliases /zoom/search.cgi=/zoom/search_win32.cgi,
cgi_extensions .cgi=,.php=php-cgi.exe
When I start the windows server, it opens my index.php file but it just spits out all the php / html in it, no proper rendering or anything. Any ideas? This is on a Windows 7 64-bit machine, using Firefox as my browser.
http://www.wrensoft.com/ftp/UsingPHPwithFlyingAnt.pdf
I downloaded the latest thread safe PHP release (5.3.4) and copied the two files php-cgi.exe and php5ts.dll across to the Win32 folder (is this right? It wasn't really explained very well). I added the relavant line to the bottom of my config file, which now has this:
listen_ports 8091
open_url http://127.0.0.1:8091/index.php
document_root ..\..\Website\
exit_page /exit_pages/exit_windows.html
aliases /zoom/search.cgi=/zoom/search_win32.cgi,
cgi_extensions .cgi=,.php=php-cgi.exe
When I start the windows server, it opens my index.php file but it just spits out all the php / html in it, no proper rendering or anything. Any ideas? This is on a Windows 7 64-bit machine, using Firefox as my browser.
Comment