Hello Community,
What we want to do is simple.
Firstly, we have 2 page rules as follows
FORWARD URL 301 from:
1 - https://example.com/*
TO
2 - https://www.example.com/$1
The above works perfectly.
Now what we want to do below is another Forwarding but with trailing slash.
We have a URL as follows
**https://www.example.com/team/lorem-ipsum**
,
How do we forward it correctly.
FORWARD URL 301 from
1 - https://www.example.com/team/*
TO
2 - https://www.example.com/team/$1
any user info here
But we get error
Forwarding URL matches the target and would cause a redirect loop