how to make my ebase app as default..?

Post any questions you have about using the Verj.io Studio, including client and server-side programming with Javascript or FPL, and integration with databases, web services etc.

Moderators: Jon, Steve, Ian, Dave

t4nu
Ebase User
Posts: 305
Joined: Thu Jul 02, 2015 8:32 am
Location: Indonesia

how to make my ebase app as default..?

#1

Postby t4nu » Tue Mar 15, 2016 9:30 am

Hi,
If I want to make my ebase application automatically launch when the user just entered the path, how to do it?

What I mean is something like this:

If my application name is myapp, then the user can enter either
http://mydomain.com/ebase/ or http://mydomain.com/ebase/myapp.eb to launch my application.
0 x

Steve James
Ebase User
Posts: 331
Joined: Mon Mar 10, 2014 8:34 am

#2

Postby Steve James » Tue Mar 15, 2016 9:36 am

Have a look at index.htm of the webapp (UFS/ebase).

Instead of the help system in our production environment we've replaced it with a header page "You've come here by mistake blah blah" then redirect after 5 seconds.

Code: Select all

<meta HTTP-EQUIV="REFRESH" content="5; url=http://mydomain.com/ebase/myapp.eb"> 
Swap the &lt; for <
0 x

t4nu
Ebase User
Posts: 305
Joined: Thu Jul 02, 2015 8:32 am
Location: Indonesia

#3

Postby t4nu » Tue Mar 15, 2016 10:48 am

Thanks a lot, Steve.
Problem solved! :D
Steve James wrote:Have a look at index.htm of the webapp (UFS/ebase).

Instead of the help system in our production environment we've replaced it with a header page "You've come here by mistake blah blah" then redirect after 5 seconds.

Code: Select all

&lt;meta HTTP-EQUIV="REFRESH" content="5; url=http&#58;//mydomain.com/ebase/myapp.eb"> 
Swap the &lt; for <
0 x


Who is online

Users browsing this forum: No registered users and 23 guests