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.
how to make my ebase app as default..?
Moderators: Jon, Steve, Ian, Dave
-
- Ebase User
- Posts: 305
- Joined: Thu Jul 02, 2015 8:32 am
- Location: Indonesia
-
- Ebase User
- Posts: 331
- Joined: Mon Mar 10, 2014 8:34 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.
Swap the < for <
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">
0 x
-
- Ebase User
- Posts: 305
- Joined: Thu Jul 02, 2015 8:32 am
- Location: Indonesia
Thanks a lot, Steve.
Problem solved!
Problem solved!

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.
Swap the < for <Code: Select all
<meta HTTP-EQUIV="REFRESH" content="5; url=http://mydomain.com/ebase/myapp.eb">
0 x
Who is online
Users browsing this forum: No registered users and 18 guests