Forum Discussion
Shay_Ben-David1
Nimbostratus
Mar 25, 2008block access to domain
is there a way to filter access only to the domain root like www.mysite.com, and allow everything else, in order to allow users bookmarks and uri with specific url+uri
my irule is :
...
The_Bhattman
Nimbostratus
Mar 26, 2008You sure can
Here is an example
when HTTP_REQUEST {
if { ([HTTP::uri] equals "/") or ([HTTP::uri] equals "/something") } {
HTTP::redirect "http://site.mysite.com "
}
else {
pool newpool
}
}/CB
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
