LighTPD and PHP not working if outside of LightTPD folder
- by Marco83
I need to set up a simple web server with PHP on Windows XP that a number of different people will use for local testing.
I'm using LightTPD 1.4.30-4-IPv6-Win32-SSL and PHP 5.2.
So far I've created this folder structure:
tools/
LightTPD/
htdocs/
PHP/
I set up PHP as CGI and the document root as server_root + "/htdocs". It works…