Hi!
weiß zufällig jemand ob und wie die Konfiguration von PATH_INFO für den Apache 1.3 funktioniert? Ich möchte verhindern, dass der Apache z.B. die Datei
/script.php
auch über
/script/xyz/123
aufruft. Dem Apache 2 läßt sich das durch
AcceptPathInfo Off
Ich bin mir nicht so sicher, aber vielleicht musst Du das Problem auf PHP-Seite lösen, denn der Apache ruft ja nicht das Scripte direkt auf, sondern übergibt dem PHP-Binary den Pfad zum Script. Vielleicht hilft Dir das: http://de3.php.net/manual/de/security.cgi-bin.php
Grüße
Andreas
--
SELFHTML Tipps & Tricks: http://aktuell.de.selfhtml.org/tippstricks/
SELFHTML Tipps & Tricks: http://aktuell.de.selfhtml.org/tippstricks/