phpbar.de logo

Mailinglisten-Archive

[php] [SOLVED] PHP4 in definiertem Verzeichnis unter Apache

[php] [SOLVED] PHP4 in definiertem Verzeichnis unter Apache

Dirk Schwarz ds at wsmm.net
Die Jan 22 13:21:35 CET 2008


Hi,

sorry, weil aus einer Webseite mit HTML-WYSIWYG Editor kopiert 
(Anführungszeichen waren verändert):

> 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>


Gruß
Dirk

php::bar PHP Wiki   -   Listenarchive