Redirect too many times

  1. A few months ago, I set up a redirect for the url /w9 to redirect to a random PDF URL.
  2. Then yesterday, I created a new Webflow page with the URL of /w9.
  3. However, after I created + published the page, when I load it it gives this error: Screen Shot 2023-10-21 at 11.52.32.png - Droplr
    • www.smartpass.app/w9

How do I fix this?


Here is my site Read-Only: LINK

That’s a bit odd.
I’d try temporarily removing these two redirects, republish, and retest from a different browser or PC ( so your old redirect isn’t cached ).

/w-9/w9
/w9-form/w9

Let me know what you find.

That seemed to work!

Ok this is inconsistent with the behavior I’ve seen in the past, but it may be that Webflow has changed redirects so that non-wildcard redirects must also follow wildcard escaping rules.

If that’s the case, the above 2 rules should work if you re-create them as;

/w%-9/w9
/w9%-form/w9

Let me know if you try, I’m keen to know if this works, both for your /w9 path and also for the 2 redirects.