Forum Discussion
lcaroca
Nimbostratus
Aug 02, 2019block wordpress administration
Hi, I have a problem and I don't know how to fix it. I have migrated a web page from http to https with a valid certificate. The problem is that when the page was in http, the Wordpress site c...
nathe
Cirrocumulus
Aug 02, 2019Icaroca,
An irule will help you here. Something like this:
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] equals "/admin" } {
HTTP::respond 404 noserver return
}
}Or you could simply drop.
If you want to block from public ips then you can also do this. Search DC for blocking a URI and you should find an example.
Hope this helps,
N
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
