Hi,
wieder mal eine spezielle frage.
Ich benutze php als cgi auf meinem win2000 rechner. Nun moechte ich gerne folgendes ausfuehren:
Leider gibt er mir folgende fehlermeldung aus und ich denke das hat was mit meinen settings in der php.ini zu tun:
Der Pfad ist korrekt, nur kann mein Apache/php mit dem aufruf localhost keine URL includes machen.
Was muss ich in meiner php.ini aendern?
ATTACH:
Meine Settings momentan an der stelle, wo ich den fehler vermute:
wieder mal eine spezielle frage.
Ich benutze php als cgi auf meinem win2000 rechner. Nun moechte ich gerne folgendes ausfuehren:
PHP-Code:
$settings = "home.inc.php";
$cachepath = "http://localhost/init.php?settings=".$settings;
include($cachepath);
Warning: Failed opening 'http://localhost/init.php?settings=home.inc.php' for inclusion (include_path='.;c:\php4\pear') in c:\programme\apache group\apache\htdocs\v0.001_simpleprojekt\caching.mod.php on line 53
Was muss ich in meiner php.ini aendern?
ATTACH:
Meine Settings momentan an der stelle, wo ich den fehler vermute:
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;
; UNIX: "/path1:/path2"
;include_path = ".:/php/includes"
;
; Windows: "\path1;\path2"
;include_path = ".;c:\php\includes"
; The root of the PHP pages, used only if nonempty.
; if PHP was not compiled with FORCE_REDIRECT, you SHOULD set doc_root
; if you are running php as a CGI under any web server (other than IIS)
; see documentation for security issues. The alternate is to use the
; cgi.force_redirect configuration below
doc_root =
security ist _off
;;;;;;;;;;;;;;;;;;;;;;;;;
; UNIX: "/path1:/path2"
;include_path = ".:/php/includes"
;
; Windows: "\path1;\path2"
;include_path = ".;c:\php\includes"
; The root of the PHP pages, used only if nonempty.
; if PHP was not compiled with FORCE_REDIRECT, you SHOULD set doc_root
; if you are running php as a CGI under any web server (other than IIS)
; see documentation for security issues. The alternate is to use the
; cgi.force_redirect configuration below
doc_root =
security ist _off
Kommentar