Actions
Defect #14477
closedProblem with URL
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
Hi,
I'm installing the new Redmine but a having some troubles.
All is good until I try to enter. The Webpage shows me that it can't find some .js, .css,... and also if I click one link (for example projects) it goes to myurl.com/projects instead of myurl.com/redmine/projects.
I assume that it's a problem of url because it needs /redmine first so I write in config/environment.rb Redmine::Utils::relative_url_root = "/redmine" and the javascript,css problems has gone but the other problem persists
I tried to fix the last problem putting #RedmineApp::Application.routes.default_scope = { :path => '/redmine', :shallow_path => '/redmine' } but it doesn't work
Anybody can help me?
Thanks in advance
Regards
Actions