Mailinglisten-Archive |
Peter Niederlag wrote: > das Buch schmid/cartus ist ja ganz gut. > Apache und Php4 von beigelegter cd(stand 28-11-00) auf einem > win32(win2000) > system installiert. > auch gut. Allerdings brechen die auf der cd befindlichen skripte im > Verzeichnis Phpweb, welches ich lokal auf htdocs/phpweb kopiert habe, > mit der meldung include/path in line 7 required ab. phpinfo() bestätigt > aber das der notwendige Pfad auf /include für shared.inc besteht. Dann schreib diese .htaccess Datei in htdocs/phpweb und in htdocs/phpweb/manual: <IfModule mod_php3.c> php3_include_path .:./include:../include:../../include </IfModule> <IfModule mod_php4.c> php_value include_path .:./include:../include:../../include </IfModule> DirectoryIndex index.php index.php3 AddType application/x-pilot .prc .pdb ErrorDocument 404 /error/ ErrorDocument 401 /error/ ErrorDocument 403 /error/ Dann sollte es tun. -Egon -- SIX Offene Systeme GmbH · Stuttgart - Berlin Sielminger Straße 63 · D-70771 Leinfelden-Echterdingen Fon +49 711 9909164 · Fax +49 711 9909199 http://www.six.de Besuchen Sie uns auf der CeBIT 2001, Halle 6, Stand F62/4
php::bar PHP Wiki - Listenarchive