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...
nitass
Employee
Feb 09, 2012can you try something like this?
Disabling HTTP Processing For Unrecognized HTTP Methods by Deb
http://devcentral.f5.com/wiki/iRules.DisablingHTTPProcessingForUnrecognizedHTTPMethods.ashx
when HTTP_REQUEST {
switch [HTTP::method] {
"MOVE" -
"COPY" -
"LOCK" -
"UNLOCK" -
"PROPFIND" -
"PROPPATCH" -
"MKCOL" {
HTTP::disable
return
}
}
if {[string tolower [HTTP::host]] equals "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
