I wonder if someone has had this problem of if he/she could help me.
I am using an main site with address http://ip:port and in it, I have subsites so that each would go in http://ip:port/subsitename
These addreses are changed to domains in apache in a way that I would have something like: http://www.newsitedomain.com which in reality would represent http://ip:port/newsite
Now, in that subsite, I have Bug Tracker (in a way that each subsite will have their own Bug Tracker) It is then when I see a problem: The links on the left hand table (purple in colour) direct me to http://www.newsitedomain.com/newsite/page. (where page represents the page where to go to.)
If I have been clear thus far, you will notice that the actual address will be: http://ip:port/newsite/newsite/page, thus not finding a page. I have been reading the code, and noticed the call to the table is done in index.adp with the 'listfilters' tag, but I don't find where the actual URL is made, and therefore have been unable to remove the second '/newsite/'.
I would appreciate it greatly if someone could guide me on what to do?
Thanks in advance.