pow directory is
D:\Documents and Settings\......\Application Data\Mozilla\Firefox
\Profiles\....default\pow\htdocs
php directory is one step deeper: \pow\htdocs\php
I tried a lot of definitions e.g. like
pow_server.APP_HANDLERS['php'] = './php';
pow_server.APP_HANDLERS['php'] = './php/php-cgi.exe';
pow_server.APP_HANDLERS['php'] = '<absolute path>/php';
pow_server.APP_HANDLERS['php'] = '<absolute path>/php/php-cgi.exe';
and so on. Please can anybody tell me, how to define the php dir in
startup.sjs ? Thanks a lot.
fran