Many thanks for the answer, the proposed code replacement indeed works,
though it looks quite a dirty hacking for me.
Just for curiosity, where does the problem lie?
Does Pylons make relocation completely impossible (which case - being
Pylons a generic web framework - would be rather strange) or it is just
rhodecode which is not prepared to do it?
Regards,
Alpar
It would be _very_ useful, indeed.
Currently, the only safe way to use RhodeCode through SSL along with
other services on a server is to acquire a separate IP address dedicated
to RhodeCode.
Regards,
Alpar
> In latest tip version of rhodecode (https://rhodecode.org/rhodecode) i
> replaced all calls to static files
> from eg. /images/file.png into url("/images/file.png") that's the same
> function that generates urls for rhodecode,
Thanks for fixing this issue.
> On Tue, 2011-02-15 at 10:17 -0800, marcinkuzminski wrote:
> Additionally it can be achieved with such regex for /css, /images and /
> js in current release
>
> ("\/images\/.+?") replace to "\${h\.url($1)}"
Does release 1.1.3 already contain this? Or should we change it
manually?
Alpar
P.S. I really love the responsiveness of RhodeCode development to the
user requests and ideas.