Web Hosting Talk







View Full Version : php error


Juan
06-05-2001, 06:50 AM
Problem : I created a virtual site www.playdorado.com. No problems.
In the submap www.playdorado.com/server are some php files located. They work no prob.

Now I created a new virtual site server.playdorado.com. I edited httpd.conf and as sitepath I called playdorado.com/server (not this path, but the server-path). I cant view the php files now. I can only download them.

Anyone?

mlovick
06-05-2001, 06:53 AM
Have you got

AddType application/x-httpd-php .php .php3 .phtml

between the <VirtualHost> </VirtualHost>

??

Juan
06-05-2001, 06:56 AM
stupid of me...but no....I assumed they were there automaticly after creating the virtual sites. thx