11-19-2024 07:40 AM
Hi all,
I use NI web server extensively for making webservices with Labview. I have recently built a web app that has its own dedicated domain and server. Unforunately, the domain URL defers to the Systemlink login page. I need users to land on my web application landing page with the server URL. How/where do I modify this defer mapping?
https://example.com (server URL) defers automatically to https://example.com/#/login (the systemlink login page). I want it to defer automatically to https://example.com/mywebapp
11-21-2024 03:04 PM
I don't know off hand, however I would recommend looking through the Apache Web Server documentation since that is what is included with SystemLink. There is likely a configuration file somewhere that you can tweak in C:\Program Files\National Instruments\Shared\Web Server\conf\
11-27-2024 05:58 AM
I have. I tried editing various configuration files, added virtual hosts, but without success.
I think that my situation is actually a rather common use case (one websevice on a domain), so I also posted it in the idea exchange.