DeskNow Knowledge Base
 
      
Home Installation and initial setup How do I redirect users to SSL?

How do I redirect users to SSL?

Simply edit the file C:\Program Files\DeskNow\desknow\jsp\original\Login_default.jsp ( /var/desknow/desknow/jsp/original/Login_default.jsp) and add the following lines at the very beginning of the file:

<%
 if(request.getRequestURL().substring(0,5).equals("http:")) {
  response.sendRedirect("https://www.server.com/desknow/index.html");
 }
%>


 

Email Article Email
Print Article Print


How helpful was this article to you?
Related Articles
article How can I redirect users to use SSL /HTTPS?
Simply add this line as the FIRST line in the...

(No rating)  December 22, 2008    Views: 80   
article Ho do I redirect users to a particular web page on logout?
  When the user clicks on the Logout...

  June 29, 2005    Views: 20922   
article How do I send an email to all users?
As administrator, simply login and go to...

(No rating)  August 1, 2006    Views: 2893   



Powered by Lore :: (c)2003 Pineapple Technologies.