Hi, I added a virtual host to my httpd.conf File:
Listen 199
NameVirtualHost *:199
<VirtualHost *:199>
DocumentRoot "c:\myDocRoot"
</VirtualHost>
I did not make more changes than this. I get the contents of c:\myDocRoot when I access via port 199 (http://localhost:199), but php scripts are not getting parsed, i.e. I get the PHP source code. Has anyone an idea what's missing? Thanks Wolf