We have a page that gets the relevant thing from a search of a value from the URL.
For example:
mysite.com/mypage/sku
So the search is for sku in the DB.
We want to avoid user getting to:
mysite.com/mypage
As it will show no data.
The 301 redirects under settings won’t work as bubble don’t support redirecting an existing page.
Any idea how to achieve that?