can't access with subdirectories
Added by aMINE EDDAR about 5 years ago
Hello ,i install latest version in fedora all is work fine but in IP:3000 but wheen i do a proxy he don't wrok good the path
ip/login not work but if i added manually ip/redmine/login is work . if i added
RedmineApp::Application.routes.default_scope = "/redmine"
Redmine::Utils::relative_url_root = "/redmine"
ActionController::AbstractRequest.relative_url_root = "/redmine"
ActionController::Base.relative_url_root = "/redmine"
the server can't start
can any one help me please it's my proxy in apache
<VirtualHost *:80>
ProxyPass /redmine http://127.0.0.1:3000/
<Directory /var/www/redmine/>
</Directory>
</VirtualHost>