Page 1 of 1

VestaCP Login Page

Posted: Wed Mar 04, 2015 2:12 am
by dbenchtk
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 ?

Re: VestaCP Login Page

Posted: Wed Mar 04, 2015 10:41 am
by TheNewOne
* Make a subdomain
* Place an index.php file there
* Add these line:

<? header("Location: http://yourpanel.tld:8083"); ?>

* Done

Re: VestaCP Login Page

Posted: Thu Mar 05, 2015 2:32 am
by dbenchtk
Thanks, I didn't though of that :)