Panel URL problem

Post Reply
oceanox
Posts: 11
Joined: Wed Aug 12, 2020 10:57 am

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.
oceanox
Posts: 11
Joined: Wed Aug 12, 2020 10:57 am

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
User avatar
myVesta
Site Admin
Posts: 932
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 8 times
Been thanked: 6 times

Yes, ? is mandatory :)
Post Reply