Continuing the discussion from How to achive dynamic redirect:
Is it now possible with Redirect Rules? Where I will be able to use wildcard (*) and $1 , $2 similar to Page Rules?
Continuing the discussion from How to achive dynamic redirect:
Is it now possible with Redirect Rules? Where I will be able to use wildcard (*) and $1 , $2 similar to Page Rules?
No. @matteo solution still stands. But now the substring()
function is documented.
You cannot use wildcard *
as in Page Rules. If you have Business Plan or higher, you can use regex_replace()
, but it won’t be much easier than the substring()
function, which is available in all plans.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.