[Trac-tickets] Re: [The Trac Project] #3208: Multirepository on
https redirect to http
The Trac Project
noreply at edgewall.com
Fri Jun 2 10:26:01 CDT 2006
#3208: Multirepository on https redirect to http
-------------------------------+--------------------------------------------
Reporter: otik at printflow.sk | Owner: jonas
Type: defect | Status: new
Priority: normal | Milestone: 0.9.6
Component: general | Version: 0.9.5
Severity: normal | Resolution:
Keywords: |
-------------------------------+--------------------------------------------
Comment (by otik at printflow.sk):
I was suppriced why addresses !https://SERVER/project are rewrited to
!http://SERVER/project/ so [[BR]][[BR]]
I hack this by adding to Apache: [[BR]]
{{{
RedirectMatch ^/([^/]+)$ /$1/
}}}
I'm not sure what I done. I have just follow apache URL rewriting example.
[http://http://httpd.apache.org/docs/2.0/misc/rewriteguide.html URL
rewriting]
I hope that somebody will add this to help or solve it in another (normal)
way.
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/3208>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list