Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Stan Coleman on February 06, 2003, 10:36:35 PM
-
I have setup PHPGroupware on other servers before but this time I think I'm stuck. Everything seams to work fine until I try to access the setup page http://myserver/group/setup. Instead of getting a web page in my browser (IE6) I get a "Where do you want to download this too?" page.
-
FOUND THE PROBLEM:
Don't type this:
AddType application/x-http-php .php .php3 .phtml
When you should type this:
AddType application/x-httpd-php .php .php3 .phtml
when you are creating a template fragment for httpd.conf. The "d" in httpd is really important. :-)