Page 1 of 1

secret url

Posted: Sun Feb 14, 2021 2:25 pm
by T4B
hey how can forgot my secret URL

Re: secret url

Posted: Mon Feb 15, 2021 12:57 am
by azlanirda
i believe you can set a new one by executing this command ... right?

If you didn't set the secret URL during installation, you can do it anytime. Just execute in shell:

Code: Select all

echo "<?php \$login_url='MY-SECRET-URL';" > /usr/local/vesta/web/inc/login_url.php

Re: secret url

Posted: Mon Feb 15, 2021 3:27 pm
by myVesta
azlanirda wrote: Mon Feb 15, 2021 12:57 am i believe you can set a new one by executing this command ... right?
Correct.

Re: secret url

Posted: Mon Feb 15, 2021 4:31 pm
by T4B
azlanirda wrote: Mon Feb 15, 2021 12:57 am i believe you can set a new one by executing this command ... right?

If you didn't set the secret URL during installation, you can do it anytime. Just execute in shell:

Code: Select all

echo "<?php \$login_url='MY-SECRET-URL';" > /usr/local/vesta/web/inc/login_url.php
Image