Ed X: PHP auf Apache (Win32) installieren

Beitrag lesen

Hallo Wilfried,

http://www.dynamic-webpages.de/50.tutorials.php?dwp_tutorialID=9

das scheint genau das zu sein, was ich suche - herzlichen Dank!

mit dem Apache2 hat sich etwas geändert.

folgende schritte:
1. erspar dir Ärger und nimm das neueste PHP-Package:
http://www.php.net/downloads.php; ich empfehle das Zip Package

2. phpdir/php4ts.dll gehört nach WinDir/system32
3. php.ini nach Windir/php.ini

4. httpd.conf:
LoadModule php4_module phppath/sapi/php4apache2.dll

PHP4

AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

#PHP3
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3 .phtml
AddType application/x-httpd-php3-source .phps

das sollte helfen, und vor allem ist das die Module version(performanter)

bye eddie