Forum Discussion
Brian_Mayer_841
Nimbostratus
Sep 12, 2007LTM URL mod rewrite?
We are planning the launch of a new eCommerce site (catalog.company.com) in the next few months. The eComm site will launch in parallel with our new Content Mgmt System (www.company.com).
W...
Kirk_Bauer_1018
Nimbostratus
Sep 12, 2007Here is some code (might have some syntax errors I don't have time to test):
when HTTP_REQUEST {
if { [HTTP::uri] equals "/index.html" or [HTTP::uri] equals "/"} {
HTTP::header replace Host: "www.company.com"
pool WebPool
} else {
pool CatalogPool
}
}
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