I want a simple page rule that forwards all requests if they have a path.
For example forward “example.com/test” but not “example.com”.
I am currently using “example.com/” but this redirects “example.com”.
Any ideas? Thanks
I want a simple page rule that forwards all requests if they have a path.
For example forward “example.com/test” but not “example.com”.
I am currently using “example.com/” but this redirects “example.com”.
Any ideas? Thanks
You’d need two page rules for that
example.com/
, using some dummy values, just to prevent further executionexample.com/*
, for the actual redirectionThis topic was automatically closed after 14 days. New replies are no longer allowed.