babbler
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by babbler-
Thanks for that suggestion. Does ea-apache24-mod_wsgi work with Python 3? I have a team developing an app that uses Python3.
-
That is indeed exactly what I needed. Many thanks.
-
Ok so i gave it my best shot and it's still redirecting to the homepage. This is what I did: 1) Created two error documents: /home/customerrors/406.html /home/customerrors/500.html 2)Created an .h...
-
Wow... finally I understand! I knew that WordPress sends everything through the index page but it didn't compute in my head that this also applies when it is serving a 404! So a custom 406 in /home...
-
Many thanks for your help so far. Here is an example of OWASP Rule 950104 that, when triggered causes a 302 redirect to the homepage: " # # [ Decoded /../ Payloads ] # SecRule REQUEST_URI|REQUEST...
-
Many thanks for your replies and I agree that this is the way to go. My understanding of this is a bit patchy though so forgive me if I am asking the obvious. [LIST] The rule is redirecting with st...