CMS Collection URL 301 Redirect Help

Hey Webflow Community,

I am hoping you might be able to clarify a technical difficulty I am facing with CMS Collections and 301 Redirects. Heads-up I am fairly new when it comes to 301.

Currently, I am using a CMS Collection for my blogs and would like to change the ‘Collection URL’ but don’t wish to lose users who may access the existing link. From what I gather, I can set up a 301 redirect, but I am a little unclear on how to achieve that with an entire CMS collection. I feel like I may be missing a step when I set it up, so any clarity would be great.

Current Collection URL
https://www.fostercreative.ca/**post**/*slug or name of blog*
https://www.fostercreative.ca/**post**/7-pro-product-packaging-tips-for-entrepreneurs

Ideal New Collection URL
https://www.fostercreative.ca/**resources**/*slug or name of blog*
https://www.fostercreative.ca/**resources**/7-pro-product-packaging-tips-for-entrepreneurs

Do I need to only input the ‘old path’ as /post/ and say the ‘new path’ is /resources/? Or do I need to add more information/characters?

Thank you so much!

Hey Marie,

did you have a look at the guide from WF?

You can use the explained wildcards to redirect collections and folders.

Let me know if you have any issues!

Hi @RDaneelOliwav,

Appreciate your reply and the WF guide link.

I read through the wildcard section, but I am a little unclear on how to input the structure into the 301 redirect settings, in part because I am unsure what I need to properly identify. Would it be the following:

Old Path
/post/slug

New Path
/resources/%1

I should have provided this sooner, but here is a ‘Share Read-Only’ link if you would like to reference/ may provide more clarity.

https://preview.webflow.com/preview/foster-creative?utm_medium=preview_link&utm_source=designer&utm_content=foster-creative&preview=1af9b56bc68240741a92fa59913f0f8a&workflow=preview

Thanks in advance for your help!

Hey Marie,
sorry for the delay!

Since only the /post/ part changed to /resources/, I think you would be fine doing this:

Old path:
/post/(.*)

New path:
/resources/%1

Your preview link won’t help much, I can’t set these changes and test them ;D

1 Like

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