I'm trying to change the URL for the ULC UX. How do I get it from http://servername/index.html to the ULC?
Thank you very much for your help.
Greetings Markus
How to change URL for ULC
- schneebergera
- Posts:89
- Joined: Sun Apr 03, 2016 5:52 pm
Re: How to change URL for ULC
Hello,
default URL for ULC-UX:
https://HOSTNAME:PORT/data/ulc/start.html
it is possible to define the index via config-entry:
[httpServer]
indexPage = "data/ulc/start.html"
regards,
Andreas
default URL for ULC-UX:
https://HOSTNAME:PORT/data/ulc/start.html
it is possible to define the index via config-entry:
[httpServer]
indexPage = "data/ulc/start.html"
regards,
Andreas
- juma4
- Posts:42
- Joined: Thu Jun 30, 2011 2:23 pm
Re: How to change URL for ULC
Hello and thank you for the answer.
I tied with
indexPage = "index.html"
but it is not working.
URL is HOSTNAME:PORT/index.html
Is ther some other reason?
regards
Markus
I tied with
indexPage = "index.html"
but it is not working.
URL is HOSTNAME:PORT/index.html
Is ther some other reason?
regards
Markus
- schneebergera
- Posts:89
- Joined: Sun Apr 03, 2016 5:52 pm
Re: How to change URL for ULC
Hello,
the index page could be located to the following path...
indexPage = "data/ulc/index.html"
please notice...
If the root-resource "/" is not registered extra via httpConnect(), the HTTP-Server searches the file /data/index.html in case of requests.
best regards,
Andreas
the index page could be located to the following path...
indexPage = "data/ulc/index.html"
please notice...
If the root-resource "/" is not registered extra via httpConnect(), the HTTP-Server searches the file /data/index.html in case of requests.
best regards,
Andreas
- juma4
- Posts:42
- Joined: Thu Jun 30, 2011 2:23 pm
Re: How to change URL for ULC
Thanks a lot. Now i could do it.
Regards,
Markus
Regards,
Markus