Hi,
To wrap up this thread and for the archives:
Changing from [P] to [PT] also solved the issue with %20 being decoded
to a space before dispatching the request to the rewritten URL (what
the subject describes).
Consequently, this now works beautifully:
http://simpy.com/user/otis/search/apac
Hi,
--- Robert Ionescu <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > One more thing
> >
> > --- André Malo <[EMAIL PROTECTED]> wrote:
> >
> >> * <[EMAIL PROTECTED]> wrote:
> >>
> >>> Hi,
> >>>
> >>> I "solved" this problem by substituting "%20" with "+"
> characters.
> >>> Appa
One more thing
--- André Malo <[EMAIL PROTECTED]> wrote:
> * <[EMAIL PROTECTED]> wrote:
>
> > Hi,
> >
> > I "solved" this problem by substituting "%20" with "+" characters.
> > Apparently, mod_rewrite doesn't convert "+" to spaces as it does
> with
> > "%20".
>
> Your "problem" is home-ma
Hello André,
--- André Malo <[EMAIL PROTECTED]> wrote:
> * <[EMAIL PROTECTED]> wrote:
>
> > Hi,
> >
> > I "solved" this problem by substituting "%20" with "+" characters.
> > Apparently, mod_rewrite doesn't convert "+" to spaces as it does
> with
> > "%20".
>
> Your "problem" is home-made. mo
Hi,
I "solved" this problem by substituting "%20" with "+" characters.
Apparently, mod_rewrite doesn't convert "+" to spaces as it does with
"%20".
I say "solved", as this is a hack, and I hate hacks... :(
Is there a list/forum/anything focused on Apache modules or mod_rewrite
in particular?
T
Hello,
I'm using httpd 1.3.34 with mod_rewrite and am having problems with
cookies.
- Before URL rewriting:
My application generates a cookie with a path (e.g. /myapp). This
works fine when there is no URL rewriting, and when all URLs to my
application have /myapp in the path (e.g. http:///m
Hello,
I'm using mod_rewrite with httpd 1.3.34 and am having some difficulties
with it when the URL that is getting rewritten has spaces (encoded as
%20) in it. Example:
http://simpy.com/user/otis/search/foo%20bar
The error I get is "400 bad Request":
Bad Request
Your browser sent a request t