You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Jan Gehring <ge...@egotec.de> on 2003/07/18 15:37:32 UTC

[users@httpd] ErrorDocument and POST variables

hi apache ml,

i use the .htaccess command "ErrorDocument" to specify some custom error
documents.

now i use

ErrorDocument 404 /error.php

when i use GET variables all works fine. (because error.php is do
something like mod_rewrite, but my provider don't accept mod_rewrite
commands in his .htaccess files.)

But when i use POST variables no vars get to the php script. 
in short words: apache blocks all post variables.

is there a solution for this problem ?

thanks in advanced
jan


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org