How do you change the default IIS Splash screen to the Web Access Logon Page ?
Thanks
How do you change the default IIS Splash screen to the Web Access Logon Page ?
Thanks
There are several ways to do this. If you have "Http Redirection" module installed, then you can go to "Http Redirect" in the "Default Website" housing the "Laserfiche" application. Enter the url to redirect to like below:
Another option (more flexible yet more difficult) is to use the "URL Rewrite" module. This takes a little more work but is more flexible.
Lastly, you could just do it in code (pretty dirty option, but it works).
Thanks for the reply.
Works good for the default web page but cause the webadmin site to be redirected as well even if I select "Only redirect request to content in this directory ( not subdirectories )"
What would the URL Rewrite rule look like ? I have installed the Rewrite Module.
Thanks in advance