On Wed, Sep 29, 2010 at 12:58 AM, matt <[email protected]> wrote: > Hi All, > please advise on the following subject. > > I have my trac instance setup on a virtual machine on some port, like: > http://myvirt:8000 > > However, I would like my Trac instance to be visible from the internet > as well, thus I asked for redirection from the company's address, and > now I have sth like: > > http://my-company.com/somename/trac > > The problem is, Trac seems to render all the links without any "base > url" (I thought base_url may work, but it doesn't) and for example the > preferences page links to http://my-company.com/prefs instead of > http://my-company.com/somename/trac/prefs. > > Do you know about any way to make the Trac render base adress (http:// > my-company.com/somename/trac) for all the links as well? > > Thanks, > Matt > > -- > You received this message because you are subscribed to the Google Groups > "Trac Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<trac-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/trac-users?hl=en. > > I think the use_base_url_for_redirect might be what you need. See [1] for more details (bottom of that table).
[1] http://trac.edgewall.org/wiki/TracIni#trac-section -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
