Jump to content
The Uniform Server Community

PHP not parsed for virtual hosts


Wolf
 Share

Recommended Posts

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...