Page 1 of 1

Panel URL problem

Posted: Fri Aug 21, 2020 4:55 pm
by oceanox
I am trying to access the administration panel from another browser and the page does not load.
I put: https://myhost:IP/nameregister in the installation

and does not load the page ...
I have looked at the config file mentioned in the post:
How to change secret-URL of hosting panel
viewtopic.php?f=23&t=62

<?php $login_url='YOUR-SECRET-URL-IS HERE';

And I have verified that the file is correct.

What am I doing wrong? Why does the panel web not load?
I have checked the Firewall options from the original browser that I keep the session open and this is the correct TCP port that I put.

Re: Panel URL problem

Posted: Fri Aug 21, 2020 5:06 pm
by oceanox
LOL!!! SORRY!!
It wasn't putting "?" in front of the custom name to access

I was putting: https://domain:IP/secret
And it was actually: https://domain:IP/?secret
I didn't remember "?" in front of the secret name

Re: Panel URL problem

Posted: Fri Aug 21, 2020 5:12 pm
by myVesta
Yes, ? is mandatory :)