modules/mappers/mod_rewrite.c:
q = strchr(r->filename, '?');
to
q = strchr(r->filename, QUERY_STRING_DELIM);
..everywhere in the code.
Thanks,
Brett
Andr� Malo wrote:
* "Brett E." <[EMAIL PROTECTED]> wrote:
Would the powers that be accept a patch which would define the query string as a macro, possibly specified in configure and with sane defaults of course?
Sorry, I don't understand your idea. Can you explain it more? Thanks.
nd
