Regex for all url in subdirectory
-
Hi, I am trying to 410 a bunch of URLs. There are over 3000 of them and they are all in this folder. https://www.example.com/folder/
So the urls usually look like this https://www.example.com/folder/XXX
Where XXX is one or more of any character.
What regex can I use to 410 all the url in this folder.
I tried “folder/*” after a Google search but that doesn’t seem to work.Also, most of this urls are live, so I was wonder if the 410 code will still work if the pages wasn’t deleted.
- The topic ‘Regex for all url in subdirectory’ is closed to new replies.