Hi,
I´m totally lost with setting up redirects for a blog. What I want to do is redirect a url structure like this:
/blog/2023/08/31/a-tv-zu-gast-bei-dellfix-hagelschadenreparatur-in-gersthofen-laeuft-aus-hochtouren/
To a new structure like:
/blog/a-tv-zu-gast-bei-dellfix-hagelschadenreparatur-in-gersthofen-laeuft-aus-hochtouren
I have tried
/blog/(.)/(.)/(.)/(.) → /blog/%1
Because each part of the date in the url seems to be a separate folder. For example an url like /blog/2023 ends up in a separate filter-site that displays all articles from 2023…
But my redirect attempt didn´t work.
Do you know what I did wrong?
Here is my site Read-Only: [LINK](Webflow - dellfix)
(how to share your site Read-Only link)