I’m trying to configure but everytime I access domain.mysite.com.br keeps showing me the not found error.
www.mysite.com.br is redirecting me correct. Only the subdomain is not.
This is my vesta configurations:
Digital ocean DNS configuration
My ftp is showing the new subdomain folder correctly
Am I configuring Digital Ocean DNS wrong?
OBS: My server IP is not 111.111.1.111, I edited in Photoshop for security.
Sorry, my English is not good.
3
Answers
It worked! I just waited for 15 minutes and it worked. I thought it was instantaneous, but its not. Now subdomain.mysite.com.br is working, but www.subdomain.mysite.com.br is not :/ why?
You can create a subdomain in vesta cp with the following steps :
I have tried this, and work
In VestaCp Ver: 1.0.0 how to do it for properly work? OK…
In your primary
<domain.com>
set alias:mail.<domain.com>
pop.<domain.com>
remove
*.<domain.com>
this colapse your subdomain (you can’t run php or show html…)Create subdomain:
subdomain.<domain.com>
and apply separatly Let’s SSL or manually copy and paste Wild cert from primary settings in three text inputs.Subdomain Alias:
www.subdomain.<domain.com>
If you use php in primary domain set apache as
default
and nginxdefault
too. In your subdomain you can set custom settingsPHP-CGI
,PHP-CLI
…Regards