I've had PHP and apache setup on this machine (windows 2k) for awhile now, without any problems.
Awhile ago, I setup a VirtualHost, for port 88, to point to a different Document Root. This also worked fine. Today, I changed the location of that DocumentRoot to point to a new location on my drive. Now, anytime I try to view PHP documents through that host (http://myserver:88/), none of the PHP is parsed, it just displays the code in the browser.
My other virtual host, (http://myserver/) works without any problems, PHP and all. The two virtual hosts look exactly the same, except for the port specified and the DocumentRoot.
Is there something in apache's httpd.conf I may be forgetting or accidentally changed?
Thanks