Forum Discussion
Rajesh_74815
Nimbostratus
Mar 12, 2012http -> https redirection into a IIS virtual directory
Please Guide me how I would accomplish the following. -- Thanks a Bunch for Looking into this.
My IIS root is F:\inetpub\wwwroot, I have a virtual directory \example. My need is...
hoolio
Cirrostratus
Mar 12, 2012You can use an iRule like this to redirect / to /example/ for an HTTPS virtual server with a client SSL profile:
when HTTP_REQUEST {
if {[HTTP::path] eq "/"}{
HTTP::redirect "/example/"
}
}
Aaron
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects