Page rule for forwarding URL
Hey, i want forward domain with first and rest params like
to
Is it possible?
i tried
and
but it forwards to
https://sub.domain.com/magic/dir/manifest.jsonto
https://example/some/path/${magic}/something/${dir/manifest.json}Is it possible?
i tried
repo.harmoniya.net/*/*and
https://example/some/path/$1/something/$2but it forwards to
https://example.com/some/path/${magic/dir}/something/${manifest.json}