Mailinglisten-Archive |
Hallo Liste Ulf Seltmann wrote: > Einen kleinen Vorgeschmack kann ich dir auch schonmal geben (FastCGI, > die IMHO beste Lösung, PHP zu benutzen). siehe Anhang. Also - ich habe es mit XAMPP nun folgendermaßen gelöst: Eintrag in die xampp/apache/conf/extra/httpd-xampp.conf <httpd-xampp.conf> ScriptAlias /php-cgi/ “[drive]:/[path_to_xampp]/php/php4/” <Directory “[drive]:/[path_to_xampp]/php/php4/”> AllowOverride None Options +ExecCGI -MultiViews -Indexes Order allow,deny Allow from all </Directory> </httpd-xampp.conf> Eintrag in die datei .htaccess im Verzeichnis _php4 meiner www-root: <.htaccess> AddType application/x-php4 .php SetEnv PHPRC “[drive]:/[path_to_xampp]/php/php4/” AddHandler application/x-php4 .php Action application/x-php4 “/php-cgi/php.exe” </.htaccess> Danke an alle für die Denkansätze und Lösungsmöglichkeiten. Gruß Dirk
php::bar PHP Wiki - Listenarchive