Project

General

Profile

After login, How can I DIRECTLY display the PROJECT page and not the empty page ... ?

Added by Etienne Marechal about 5 years ago

Thanks in advance !


Replies (1)

RE: After login, How can I DIRECTLY display the PROJECT page and not the empty page ... ? - Added by Luis Blasco about 5 years ago

Hi,

in /redmine/htdocs/config/routes.rb

Rails.application.routes.draw do
root :to => 'welcome#index', :as => 'home'

-> change 'welcome' by 'projects'

After that restart server.

Hope this helps.

    (1-1/1)