Stupid Qustion: how to route "/" to a certain page?

Pretty sure, I miss something fundamentally, but how can I set the route of “/” to a specific page?
(Purely frontend / bootstrap project)

I’ve setup the routing to a page, but when accessing the server via “/”, it doesn’t work, file not found. Accessing “/index.html” (which is the template I use), however works.

Is this a mobile app that you’re viewing in browser?

Change TYPE to PAGE:
Screenshot 2023-02-10 at 11.58.46

And select the page you want :slight_smile:

Select? I can enter something, but what I am supposed to?
CleanShot 2023-02-10 at 12.09.24

Yeah, it’s a prototype for a upcomming app development.

I believe (I’m not 100% so @teodor might correct me on this) the routing for mobile, because it is client-side only, is delivered by JS so a head page has to be opened directly first to allow the javascript to be called. Then content pages will be delivered by routing. As a result you will always start at ‘.index.html’ in a browser.

🤦🏻
Just ignore me…
Thanks. It’s not my week.

1 Like

I’m sorry, i missed the fact this is a mobile app :slight_smile:

I wasn’t precise enough.