CSS aren't displayed for start Redmine Sub-URI
Added by Аlexander Demachev about 14 years ago
Why in section Wiki «HowTo Install Redmine in a sub-URI»
That for start
«Add the following line at the bottom of your config/environment.rb»
«Redmine::Utils::relative_url_root = "/redmine" »
It is necessary to specify also parameter with key -P/redmine
For example:
script/server webrick -e production -P /redmine
Otherwise css aren't displayed
I have spent for search of an error some days
Replies (2)
RE: CSS aren't displayed for start Redmine Sub-URI - Added by Felix Schäfer about 14 years ago
Webrick isn't a well-suited server for production, but anyway: what redmine version are you using?
Furthermore, as you said, the howto is in a wiki, you could edit it yourself to reflect your findings.
RE: CSS aren't displayed for start Redmine Sub-URI - Added by Аlexander Demachev about 14 years ago
Thanks for the comment, I use the basic branch
"http://redmine.rubyforge.org/svn/trunk"
But for example for use mongrel also it is necessary for me
to specify -P /Redmine
example:
script/server mongrel -e production -P /redmine
I badly know English, therefore to correct wiki likely I will not risk