phpbar.de logo

Mailinglisten-Archive

[php] PHPweb (von der M&T-PHP4-Buch-CD)

[php] PHPweb (von der M&T-PHP4-Buch-CD)

Egon Schmid (_(at)_work) eschmid_(at)_php.net
Mon, 22 Jan 2001 10:01:58 +0100


Peter Niederlag wrote:
> 
> Fatal error: Failed opening required 'shared.inc' (include_path='') in
> c:\apache\htdocs/phpweb/index.php on line 7
> 
> Ich habe das Verzeichnis PHPweb von der CD nach c:\apache\htdocs\
> kopiert, aber obige fehlermeldung taucht auf.

Dann lege in phpweb und phpweb/manual eine .htaccess mit folgendem
Inhalt an:

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

-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