phpbar.de logo

Mailinglisten-Archive

[php] $_POST in einer 404 Seite

[php] $_POST in einer 404 Seite

Sebastian Mendel lists at sebastianmendel.de
Mon Nov 8 17:07:08 CET 2004


Andreas Lange wrote:
> Sebastian Mendel wrote:
> 
>>"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
> 
> 
> Gelesen hatte ich das natürlich auch schon. Allerdings soll ja kein
> vollwertiger Redirect durchgeführt werden, sondern ein Interner. Aber
> scheinbar schein Apache beide gleich zu behandeln.
> 
> Sieht also so aus, als wenn man an die Daten einfach nicht herankommen
> kann. Dann muss ich wohl oder übel einen fixen Zwischenhandler für die
> Formulardaten machen.

ja is mir auch gerade aufgefallen das du keine externen redirect machst.

Das die POST-Daten nicht verfügbar sind ist aber normales verhalten des 
Apache, normalerweiße braucht man die POST-Daten ja auch nicht wenn sie 
an der falschen stelle landen.

http://httpd.apache.org/docs-2.0/custom-error.html

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