Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
VestaCP Login Page
VestaCP Login Page
Hi,
I would like to make a subdomain like cpanel.mydomain.com to go directly at this adress https://mydomain.com:8083. I tried to play with the dns records in the web panel but it didn't work. Do you know how I could accomplish that ?
I would like to make a subdomain like cpanel.mydomain.com to go directly at this adress https://mydomain.com:8083. I tried to play with the dns records in the web panel but it didn't work. Do you know how I could accomplish that ?
Re: VestaCP Login Page
* Make a subdomain
* Place an index.php file there
* Add these line:
<? header("Location: http://yourpanel.tld:8083"); ?>
* Done
* Place an index.php file there
* Add these line:
<? header("Location: http://yourpanel.tld:8083"); ?>
* Done
Re: VestaCP Login Page
Thanks, I didn't though of that :)