Transform rules not working

Hello Friends,
I’m hping you guys can help me sort out an issue with Transform rules. I have my domain using Cloudflare DNS & the A records are proxied. I’m trying to set Transform Rules, but they’re not working. Here is the setup:

Expression:

(not http.request.uri.path in {"/project" "/privacy-policy" "/signup" "/talent" "/reset_pw" "/dashboard" "/item" "/login" "/profile" "/projects" "/submit-project" "/404"} and not http.request.uri.path contains "/i/" and http.host eq "mii.so")

Dynamic: concat("/i", http.request.uri.path)

I’m getting 404 errors for those that should rewrite to the /i/* URI. For testing, I dropped all exceptions & set it for global (http host eq “mii.so”), and it still doesn’t apply as all the above pages still work and I still can’t get other pages to load.

Any ideas anyone?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.