MinimServer Forum
"Don't show this page again" not working - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: Support (/forumdisplay.php?fid=4)
+--- Thread: "Don't show this page again" not working (/showthread.php?tid=7244)



"Don't show this page again" not working - Gdg - 25-05-2024 11:19

Hello,
I can't get rid of the welcome page of web maintanance site.

Sys infos:
. Licensed MinimServer 2.2 update 250
. on QNAP TS-431-X
. with firmware QTS 5.1.5.2679
. Chrome 125.0.6422.112 (64 bit)
. on Windows 10 Pro 22H2 Build 19045.4412
. with no ad-block running

Any suggestion?

Thank you


RE: "Don't show this page again" not working - simoncn - 25-05-2024 17:50

In File Station, open the MinimServer/data folder and look at the minimserver.config file there. Is there a line starting either "minimserver.welcomePage =" or "minimserver.noWelcomePage ="? If so, what is the value in this line?


RE: "Don't show this page again" not working - Gdg - 25-05-2024 18:06

Hello Simon,
this is line:
. minimserver.noWelcomePage = 2.2

Anyway, I solved (or I hope so) just calling:
. http://<myservername>:9790
instead of
. http://<myservername>:9790/welcome22.html

Thank you


RE: "Don't show this page again" not working - simoncn - 25-05-2024 20:31

http://<myservername>:9790 is the correct URL to use. If the welcome page is enabled, this URL will automatically redirect to it. In your case, the welcome page is not enabled.


RE: "Don't show this page again" not working - Gdg - 27-05-2024 09:12

Fine, Simon, thank you for your help.