Regex
-
Hi John,
My site is being bombed hundreds of times every hour by something/someone that is adding to a post url?
Should be :
/essential-travel-insurance/
But getting this submitted :
/essential-travel-insurance/baseurl:https:////siteuk.com//wp-contenthttps://www.google.com
So I tried this :
/essential-travel-insurance/.* with Regex
/essential-travel-insurance.* with Regex
/essential-travel-insurance(.*) with Regex
/essential-travel-insurance/(.*) with Regex
I tried them all but in both normal and the incognito browsers – “too many loops” message
So I tried the above without using Regx :
In normal works but in incognito – “too many loops” message
Also, same problem where something being added before the url like this :
/listing/essential-travel-insurance/
Should be :
/essential-travel-insurance/
So tried this :
^/essential-travel-insurance/ with and with regex – nothing worked?
Any ideas would be welcomed as I’m going insane
Many Thanks ??
- The topic ‘Regex’ is closed to new replies.