Wolf Posted December 27, 2011 Report Share Posted December 27, 2011 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.