Forum Discussion
Ravager
Altostratus
6 years agoLTM redirection at directory level
Hopefully an easy query for someone. What is the correct secure way to ensure users cannot access top level folders on a webserver. ie have https:\\xxx.com with 3 sites \site1, \site2, \s...
6 years ago
You can block all uri not starts with site1, site2, site3.
when HTTP_REQUEST {
switch -glob [HTTP::uri] {
"/site1*" -
"/site2*" -
"/site3*" { }
default { drop }
}
}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