Hi All,
Why is it not possible to change the base URL in Trac 1.0 ? What i means is, instead of typing trac.abcd.com/trac type trac.abcd.com . I have tried all of the options inside the trac.ini but nothing seems to make it work. If I set the base_url to =/ then i can open the main page but none of the other pages such as wiki,ticket etc would work . I setup the apache as follow Alias /chrome/common /...path/htdocs/common Alias /chrome/site *...path/htdocs/commonScriptAlias / /...path/cgi-bin/trac.fcgi* this does not work, the only think that works is if I have some sort of name after the / switch so I can do this for example which is not what i want Alias /abcd/chrome/common /...path/htdocs/common Alias /abcd/chrome/site *...path/htdocs/commonScriptAlias /abcd /...path/cgi-bin/trac.fcgi* then I can access trac on trac.abcd.com/abcd as opposed to trac.abcd.com/trac but i want to access it using trac.abcd.com/ -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/groups/opt_out.
