phpbar.de logo

Mailinglisten-Archive

[php] PHP4/Win95 Bitte um Hilfe

[php] PHP4/Win95 Bitte um Hilfe

=?iso-8859-1?Q?J=FCrgen_Behner?= jb_(at)_j-u-m-p.de
Thu, 5 Oct 2000 10:18:14 +0200


----- Original Message -----
From: "Michael Stahmann" <Michael_(at)_Stahmann.de>

> Ich habe PHP3 und PHP4 installiert. (WAMP)
> PHP3 lauft seit langem sehr zuverlässig und ohne großen Macken.

bei mir läuft das ganze unter NT.

> PHP4 schreibt mir immer:
> The requested URL /phpnew/php.exe/www/work/php.php4
> was not found on this server.
>
> Dort steht folgendes:
> AddType application/x-httpd-php4 .php4  <-läuft nicht
> AddType application/x-httpd-php3 .php3 .phtml <-läuft

hi michael,

bei mir sieht die httpd.conf (WAMP) so aus:

ScriptAlias /php3/ "C:/php3/"
ScriptAlias /php4/ "C:/php4/"

# statt C:/php3/ und C:/php4/ musst du deine pfade zu php angeben

AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php .php4 .php
Action application/x-httpd-php3 "/php3/php.exe"
Action application/x-httpd-php "/php4/php.exe"

für php3 gibts eine php3.ini
für php4 gibts eine php.ini


viele grüsse




php::bar PHP Wiki   -   Listenarchive