Do you use the cgi-version or the loadable module?
How does your httpd.conf look like?
For cgi-version of php try adding these lines to httpd.conf:
   # Path to PHP.EXE directory -- change Path in ScriptAlias to suit your
config.
    # Attention: Paths are unix style with slash not backslash, even
onWindows-PCs
    ScriptAlias /php4/ "c:/webserver/php"
    Action application/x-httpd-php4 "/php4/php.exe"
    AddType application/x-httpd-php4 .php
    AddType application/x-httpd-php4 .php3
    DirectoryIndex index.html default.htm index.php index.php3


Hope to help
Jürgen Schoch


Marek koz³owski wrote:

> :-)
> I'm just testing on win98 (sorry, will change to Solaris8 soon..),
> apache 1.3.23. PHP 4.1.2 manually installed
> Lines (LoadModule, AddType, AddModule) to httpd.conf added :)
> php.ini exist, doc_root OK.
> When trying to call for example: http://myIP/file.php the browse ask:
> 'open file with.. or download?'
> Some misconfiguration, but what??
> Best regards,
> Marek Kozlowski


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to