Can I 301 redirect pages that have a type of content (i.e. have a dynamic url)?

For example:
https://www.example.com/old-page/1543257232746x831158447437512700
is now
https://www.example.com/new-page/1543257232746x831158447437512700

The 301 Redirection functionality isn’t doing it. I get a 404. I’ve tried:
https://www.example.com/old-page/
and
https://www.example.com/old-page/*

I need regex, right?

@Bubble?

Within Bubble, this would have to be done via a page load event. 301 won’t work here.

1 Like

On the old page. Set up a workflow for “On Page Load”. Then within that workflow, redirect to your new page. That’s the only way it’s gonna work that I know of.

2 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.