Hi, We have a setup where the location http://frontend/lab/trac is mapped via ProxyPass to http://lab-backend/trac
In its default setup, trac generates links with URL's starting with "/ trac/something", which obviously get rendered as "http://frontend/trac/ something", and hence don't work. >From another discussion in the archives, I realised "base_url" has nothing to do with the links rendered in the wiki. So, I made a quick hack that reads "base_path" from the ini file. Now it works --- relative links are generated using the value in the ini file, "/lab/ trac" ... but I am not sure if this is the right way to do it ... Sameer. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
