Help creating an URL Shortener App
I’m creating an URL shortener/redirection app through bubble. Users will share the shortened URL through social media and it will pass metatags and snippets with each redirection. It will redirect based on the alias entered after the domain name.
Example
alias: test
url: short.com/test
However, bubble doesn’t allow you to set a slug off the index and only allows this on a page level. In this example, the only URL that we could set a slug on would be a page (example page: redirect): short.com/redirect/test
I tried adding workflows to the 404 page to catch all aliases and redirect them (which worked except for the error response code received when I test on the facebook sharing debugger because it’s an error page)
Is there a way to do this on bubble? Or is there a way to update the domain records so all traffic to the site uses the page “redirect” and the alias slugs, but displays this page as its root level?