apache und php?!

heino-th

Erfahrenes Mitglied
Hallo, nachdem mein PC ja jetzt endlich wieder funktioniert, wollte ich wieder apache 2 und php 5 installieren (mysql auch).
NUn hab ic halles, meine ich jedenfalls, genauso wie die anderen male gemacht, wo es funtkioniert hat!
Aber jetzt funtkioniert es nicht! Es kommt immer die Meldung:
---
Not Found

The requested URL /PHP 5/php-cgi.exe/Test.php was not found on this server.
-----------------------------------------------------------------------------------------------------------------------------------
Apache/2.0.54 (Win32) Server at localhost Port 80
---

Nun weiß ich nichmehr weiter, hab schon einiges auspribiert und alles nochmal versucht, hat aber alles nichts gebracht! :(

So, vll weiß ja mal wieder einer von euch mehr als ich und kann mir helfen ;)

mfg heino
 
Ja, das nehme ich auch an:
hier mal das was ich geändert/erweitert hab,
damit alles funktionieren sollte:

---
DocumentRoot "D:/WORKSTATION"

<Directory "D:/WORKSTATION">

ScriptAlias /php/ "D:/Programme/Apache Group/PHP 5/"
AddType application/x-httpd-php .php .php5
Action application/x-httpd-php "/PHP 5/php-cgi.exe"
SetEnv PHPRC "D:/Programme/Apache Group/PHP 5"
---

mehr dürfte es ja nich sein oder?

mfg heino
 
ScriptAlias /php/ "D:/Programme/Apache Group/PHP 5/"
AddType application/x-httpd-php .php .php5
Action application/x-httpd-php "/php/php-cgi.exe"
SetEnv PHPRC "D:/Programme/Apache Group/PHP 5"
 
Zurück