Hello,
I have a PHP Web Application running in IIS 7 that is SSL off-loaded using Citrix Netscaler. I have been requested by our security team that it be only available through the offloaded site (https://appname.sitename.org/appname/index.php) and not directly from the server (https://servername/appname/index.php). What steps do I need to take in IIS to redirect all requests to the server to the off-loaded site?
Hopefully that makes sense, and thank you in advance,
Alex