Forum Discussion
FAZ_79699
Nimbostratus
Feb 08, 2012webdav access using hostname only - no FQDN
we have our intranet hosted via F5 LTM and to keep the old links working, the dns is configured with a hostname only, not FQDN. On the F5 LTM, there in an iRule redirecting http://hostname traffic to...
FAZ_79699
Nimbostratus
Feb 09, 2012Sure... below is the only iRule applied to the VS at the moment
when CLIENT_ACCEPTED {
HTTP::enable }
when HTTP_REQUEST {
switch [HTTP::method] {
"MOVE" -
"COPY" -
"LOCK" -
"UNLOCK" -
"PROPFIND" -
"PROPPATCH" -
"MKCOL" {
HTTP::disable
return
}
}
if {[string tolower [HTTP::host]] equals "only-hostname"} {
HTTP::redirect "http://hostname.fullyqualified.domain.name[HTTP::uri]" }
}
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
