December 27, 201114 yr comment_9855 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? ThanksWolf Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.