How to change URL for ULC

Find and share HowTos to various installations / configurations!
5 posts • Page 1 of 1
juma4
Posts:42
Joined: Thu Jun 30, 2011 2:23 pm

How to change URL for ULC

Post by juma4 »

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

schneebergera
Posts:89
Joined: Sun Apr 03, 2016 5:52 pm

Re: How to change URL for ULC

Post by schneebergera »

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

juma4
Posts:42
Joined: Thu Jun 30, 2011 2:23 pm

Re: How to change URL for ULC

Post by juma4 »

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

schneebergera
Posts:89
Joined: Sun Apr 03, 2016 5:52 pm

Re: How to change URL for ULC

Post by schneebergera »

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

juma4
Posts:42
Joined: Thu Jun 30, 2011 2:23 pm

Re: How to change URL for ULC

Post by juma4 »

Thanks a lot. Now i could do it.

Regards,
Markus

5 posts • Page 1 of 1