Loop problem with Regex
-
Hi. I’m trying to write an expression but I can not do it. Can somebody help me? I need to make a URL like this:
https://mydomain.com/author/name
It becomes this:
https://mydomain.com/author/name/?type=ads
“name” is a variable.
I have tried with this:
Source URL: /author/(.*)
Target URL: https://mydomain.com/author/$1/?type=ads
But it does not work. A loop occurs:
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Loop problem with Regex’ is closed to new replies.