Forum Discussion
CSA
Nimbostratus
16 years agoAdding www. before HTTP::host / regexp matching
Hi,
We have today many websites like www.AA.domain.com where AA is a ccTLD (a country code). We want to have the websites working when users type AA.domain.com.
In the D...
CSA
Nimbostratus
16 years agoAnswering myself:
when HTTP_REQUEST {
if { [ string tolower [HTTP::host] ] matches_regex {^\w\w\.domain\.com$} } {
HTTP::redirect "http://www.[HTTP::host]"
}
}
Any remarks are welcome if I did something wrong.
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
