t; <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 28, 2002 10:02 PM
Subject: Re: [PHP-INST] Problems with installation on windows98 with apache
> 1. Remove the ScriptAlias line
> 2. Uncomment the AddType line (remove the "#")
> 3. Try Action app
Personally, I prefer:
AddType application/x-httpd-php .php .php3 .php4 .phtml
AddType application/x-httpd-php-source .phps
Note the differentiation between php and php-source, and the
inclusion of multiple extensions in a single type declaration.
Also, I see in your example that you included .h
1. Remove the ScriptAlias line
2. Uncomment the AddType line (remove the "#")
3. Try Action application/x-httpd-php "C:/php/php.exe"
4. Restart Apache.
Let us know if you are still having problems.
- Original Message -
From: "Suzanne Francis" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
S