I’d like to create a page rule so that it will take any domain only requests and forward it to an URL with a page. The application can’t handle running off the root and has a bunch of querystring parameters and paths that need to be added.
I’ve tried adding a page rule to take domain.example.com/ and make it go to https://domain.example.com/path/to?aplication=here but it gives me error 1004. I assume it will attempt some sort of a loop and that’s why it won’t let me save it.
If the request has a path or anything already after the domain.example.com/ then let it go. I only want to redirect the / requests.
Any ideas?