RE: Probably dumb apache question
From: Brent Wiese (brently_at_bjwcs.com)
Date: 10/24/03
- Previous message: Warren Block: "Re: can't print Postscript to HP 5si/mx printer."
- In reply to: Dirk-Willem van Gulik: "Re: Probably dumb apache question"
- Next in thread: Jason Lavigne: "RE: Probably dumb apache question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: "'Dirk-Willem van Gulik'" <dirkx@webweaving.org> Date: Thu, 23 Oct 2003 15:56:07 -0700
> > I have set up a new freebsd/apache/mod_ssl server. I want
> to force all
> > connections to use SSL.
> >
> > I know I can simply turn off listening on port 80, but
> because I know people
> > using this site will instinctivly type "http" instead of
> "https", I'd like
> > to force a redirect.
>
> <VirtualHost 209.132.96.45:80>
> # Redirect *everything* to SSL.
> RewriteEngine on
> RewriteRule ^(.*) https://secure.foo.com$1 [R=301]
>
That works, except its changing the URL slightly. In the orignal http://
URI, I have a variable:
&StatusOp=%3D
After the rewrite, its appearing as:
&StatusOp=%253D
That's causing issues in the search. Any way to avoid that % being rewritten
to %25?
Thanks,
Brent
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Warren Block: "Re: can't print Postscript to HP 5si/mx printer."
- In reply to: Dirk-Willem van Gulik: "Re: Probably dumb apache question"
- Next in thread: Jason Lavigne: "RE: Probably dumb apache question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|