Landing page redirect to login screen redmine 4.1.0-8
Added by Johan Wasserfall about 3 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 (3)
RE: Landing page redirect to login screen redmine 4.1.0-8
-
Added by Liane Hampe almost 3 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 almost 3 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 almost 3 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.