Mailinglisten-Archive |
Sebastian Mendel wrote: > Andreas Lange wrote: > >> PHP scheint auf einer 404-Behandlungsseite nicht auf die vom Server >> übermittelten Daten (GET/POST) zugreifen zu können. Während GET ja >> nicht das Problem ist (ist in dem $_SERVER['REDIRECT_*'] zu finden, >> sieht es bei den POST Variablen etwas schlimmer aus. >> >> _.htaccess_ >> >> ErrorDocument 404 /404.php > > > ja der Apache macht ein redirect auf die 404.php, sendet also weder GET > noch POST noch sonstwas mit, ist also auch weniger ein PHP als ein > Apache-'(Konfigurations-)Problem' so wars genau: "Note that when you specify an ErrorDocument that points to a remote URL (ie. anything with a method such as http in front of it), Apache will send a redirect to the client to tell it where to find the document, even if the document ends up being on the same server. This has several implications, the most important being that the client will not receive the original error status code, but instead will receive a redirect status code. This in turn can confuse web robots and other clients which try to determine if a URL is valid using the status code" http://httpd.apache.org/docs-2.0/mod/core.html#errordocument -- Sebastian Mendel www.sebastianmendel.de www.warzonez.de www.tekkno4u.de www.nofetish.com www.sf.net/projects/phpdatetime www.sf.net/projects/phptimesheet
php::bar PHP Wiki - Listenarchive