Project

General

Profile

Landing page redirect to login screen redmine 4.1.0-8

Added by Johan Wasserfall about 4 years ago

Hi All,

I have been going thru alot of posts but cant find one that works.

the following doesnt exist map.homein the routes.rb file.

As soon as I get the correct info do I restart only apache or all 4 services?

Thank you in advance.


Replies (4)

RE: Landing page redirect to login screen redmine 4.1.0-8 - Added by Liane Hampe about 4 years ago

When you change something in the routes.rb file you definitely need to restart the application server.

For supporting you more, some more information would be helpful. For instance, about the environment, the application server and other services.

RE: Landing page redirect to login screen redmine 4.1.0-8 - Added by Johan Wasserfall about 4 years ago

Thank you for the feedback.

I did try that.

Do you have the entries I need to redirect from the access screen to the login scrren?

Regards.

RE: Landing page redirect to login screen redmine 4.1.0-8 - Added by Johan Wasserfall about 4 years ago

OK I figured it out after reading 5000 pages.

You could add this in to your htdocs index file (which is probably C:\Program Files\BitNami Redmine Stack\apache2\htdocs\index.html).

<script type="text/javascript">
<!--
window.location = "redmine/"
//-->
</script>

That will immediately redirect you.

RE: Landing page redirect to login screen redmine 4.1.0-8 - Added by Robert Altmann 4 months ago

and how to do that on Red Hat OS? Which file do I need to modify to achieve the same?

    (1-4/4)