Dynamic URL on index page for a data type

Hi fellow bubblers!

I am in the middle of a complex use case to which i have not found any solution yet.

I have an obect called “News in my database”

Our client would like to see the news in the index page as url paths. Like this:

https://index_url/news-slug

Unfortunately when doing that if we set the content type of the index page to news Bubble forces us to this url path

https://index_url/index/news-slug

We would like to remove the word index for the URL.

This is restrictive since including the word index would force us to implement 450 redirections to the old URLs.

Now creating a page for everysingle news would be really overwhelming and we do not know how do it porgramatically. This would needed to be done for every single new “news” that is created.

If you are a bubbler that has the solution for this we are willing to pay you for an hour of consultation.

I will be attentive to any comment.

All the best,

probably not very helpful but couldn’t you just have a page called /news/slug

you’re kind of doing that already but you’re putting /news-slug

1 Like

Thanks for the feedkback @mitchbaylis Well this is what we are trying to avoid.

As the old links are https://WebsiteHomeURL/news-slug

Putting anything else in the URL like a page called “news” or “index” will force us to implement 450 redirectios which we are trying to avoid.

Unfortunately in our scenario the URL needs to be:

https://WebsiteHomeURL/news-slug

Maybe Coalias has a solution for you: https://coalias.com/

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