Defect #6986
closed
trackers page not found (404)
Added by Jean Müller over 14 years ago.
Updated over 14 years ago.
Description
With an administrator user, when i click "trackers", i've got a 404 error !
Page not found
The page you were trying to access doesn't exist or has been removed.
Windows
MySQL 5.1
ruby 1.8.7 (rubyInstaller)
redmine 1.0.3
Please copy the error trace you get from log/development.log
to here.
Sorry, you can reject it !
It's because of my Apache proxy :
- my sub-URI is /tracker and not default /redmine,
- My apache configuration is
ProxyPass /tracker/ http://127.0.0.1:3001/
so when my url is https://my-server/tracker/trackers
, it becomes http://127.0.0.1/s
- see the production.log:
Processing ApplicationController#index (for 192.168.0.254 at 2010-11-26 17:53:45) [GET]
I'm going to put default /redmine sub URI.
Jean
ActionController::RoutingError (No route matches "s" with {:method=>:get}):
Rendering G:/outils/redmine-1.0.3/public/404.html (404 Not Found)
IMHO, it's more an apache configuration problem rather than a Redmine issue, isn't it?
- Status changed from New to Closed
- Resolution set to Invalid
Also available in: Atom
PDF