|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-03-06 03:57 UTC] eschmid
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Jun 18 13:00:01 2026 UTC |
settings should be (all slashes significant) ScriptAlias /php3/ c:/php3/ Action application/x-httpd-php3 /php3/php.exe or more generic ScriptAlias /php3-alias/ c:/php3-install-dir/ Action application/x-httpd-php3 /php3-alias/php.exe Instead of as in documentation: ScriptAlias /php3/ "c:/path-to-php-dir/php.exe" Action application/x-httpd-php3 "php3/php.exe"