#3208: Multirepository on https redirect to http
-------------------------------+--------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: jonas
Type: defect | Status: new
Priority: normal | Milestone: 0.9.6
Component: general | Version: 0.9.5
Severity: normal | Resolution:
Keywords: |
-------------------------------+--------------------------------------------
Comment (by [EMAIL PROTECTED]):
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/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets