문제

I have been using a Wordpress redirection plugin which has the option to use regex to create rules. I have no experience with Regex and have tried my best to read around and use regex builders app to solve this myself

basically I need to redirect

/uk/tag/* (* been wildcard IE anything numbers letters dash etc...) to

/uk/
도움이 되었습니까?

해결책

The regex is to replace

this /uk/tag/.*

with /uk/

you can check/test example here . It is a good explanation of the regex

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top