I have page visits with paths like:
http://eu.aoc.com/en/products?showUid=10&useCacheHash=1
These seem to originate from Typo3 systems, I do not want these visits.
I'm trying to deny access to the site using the following Legacy URL pattern:
(.*)showUid(.*)
with regex match with redirect to homepage status 410.
I have page visits with paths like:
http://eu.aoc.com/en/products?showUid=10&useCacheHash=1
These seem to originate from Typo3 systems, I do not want these visits. I'm trying to deny access to the site using the following Legacy URL pattern:
(.*)showUid(.*)
with regex match with redirect to homepage status 410.This however does not redirect.