Hi
I have a problem. Im running Fisheye/crucible under Apache on a ubuntu server.
I can access the site like this:
www.example.com/fisheye
The problem is that all links are broken, and looks like css is missing
The two config files:
<web-server site-url="http://www.example.com/fisheye">
<http bind=":8060" proxy-host="example.com" proxy-port="80" proxy-scheme="http"/>
</web-server>
And
<web-server site-url="http://www.example.com/fisheye" context="/fisheye">
<http bind=":8060" proxy-port="80" proxy-scheme="http" proxy-host="example.com"/>
Anyone know what the problem is?
Best regards
Jakob