Your httpd.conf file has a mixture of cgi abd module configuration for php.
For the apache module, you don't need the script alias line or the action
line.
Get rid of them and put your script directly in the htdocs folder for
starters.
Cheers
--
Phil Driscoll
Dial Solutions
+44 (0)113 294 5112
htt
I have tried everything listed below. Any more Ideas.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 15, 2001 8:57 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] PHP4 won't display page
Ok, fir
Ok, first as mentioned on another email, change your
AddType application/x-httpd-php .phtml .phps
to:
AddType application/x-httpd-php .phtml .php
also, try putting your php scripts in your script alias, in your case
c:\php4 and call them by using yourdomain/php4/scriptname
hope this helps
~Je
Change
AddType application/x-httpd-php .phtml .phps
to
AddType application/x-httpd-php .phtml .php
Cheers
--
Phil Driscoll
Dial Solutions
+44 (0)113 294 5112
http://www.dialsolutions.com
http://www.dtonline.org
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail
I have installed apache and PhP4 on a win 2000 machine. The apache server
will start up saying that PHP is running. I have created a test page in the
htdocs folder with the extention .php and saved as an ANSI endcoding. When I
view the apache server everything looks good, but when I put the test