тема закрыта, конфиг изменил так: location / { root ../www; index index.php; } location ~ \.php$ { fastcgi_pass 127.0.0.1:9123; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME c:/dev/www$fastcgi_script_name; include fastcgi_params; } Posted at Nginx Forum: http://forum.nginx.org/read.php?21,51153,51353#msg-51353