secret url
-
- Posts: 28
- Joined: Mon Feb 01, 2021 12:30 pm
- Your location: Usa
- First name and last name: 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:
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
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
