I can't seem to get my redirect to work correctly. I simply wanted to redirect users on the internet who use this address: remote.landisoffice.com tohttps://remote.landisoffice.com/rdweb. The way I understand it, it's pretty simple, you open IIS, browse to sites/default web site and select http redirect. I have seen two different explanations of doing
this, either redirecting to /rdweb/pages/default.aspx or using the entire url
https://remote.landisoffice.com/rdweb/pages/default.aspx. Neither way is doing what I am trying to accomplish. Is there a document that describes what the defaults would be in IIS for default web site, RD Web, and Pages? Specifically for each one, ssl,
authentication and http redirect. As far as I can tell, everything else is set correctly. External DNS is set for remote.landisoffice.com, so is the ssl cert(go daddy). Currently, if I go to remote.landisoffice.com I get a 403 forbidden error. If I go toremote.landisoffice.com/rdweb I am redirected appropriately. If I try to browse the site from IIS port 80 from the server itself, I get a 403.14 Forbidden error and the url ishttp://localhost/. If I try browsing from IIS on 443, I am redirected to
https://remote.landisoffice.com/RDWeb/pages/en-US/login.aspx?ReturnUrl=/RDWeb/pages/en-US/Default.aspx and can log in. I'm only using two VM's for remote desktop services, the license server is a domain controller and all other services are running on a
member server that does nothing else.
↧