Can I choose the URL of the pages

I would like to choose the url of each page, it’s possibile? for example: test.com = Homepage

The URL is your base URL (bubble domain or custom) + the name of the page.

So if you want myapp.com/homepage then you can do that.

in this case, however, if someone visits the url www.test.com how can I get them to go to the homepage?

Bubble’s index page is the first page they go to if they don’t have a page.

You can reset the index page to be another page if you need.

1 Like

I’ll add to that that if the current Page has a Thing associated with it, you can extend the URL to one more level by using the newly introduced slug field.

So for example, if you have Data Type called Products, with an item called T-shirt, you can give this specific database entry its own unique URL. You’d give the t-shirt a slug value like t-shirt, and set up a page called Products with the Page thing set to Product. The URL would then be

www.test.com/products/t-shirt

2 Likes

Thanks!

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