06-14-2017, 04:12 PM
06-15-2017, 06:42 AM
you have both by default. But did you setup dns?
M B
M B
06-15-2017, 12:20 PM
hi
i am able to access the panel without www i.e http://panel.domain.com/
but when i access http://www.panel.domain.com/ i get following error
DNS Record for domain.com
A-Record
![[Image: NoBUnwO.png]](http://i.imgur.com/NoBUnwO.png)
CNAME-Record
![[Image: HktAR97.png]](http://i.imgur.com/HktAR97.png)
and i am able to access domain.com with & without www
i.e http://www.domain.com & http://domian.com
i am able to access the panel without www i.e http://panel.domain.com/
but when i access http://www.panel.domain.com/ i get following error
Code:
This site can’t be reached
www.panel.domain.com/’s server DNS address could not be found.
Try running Windows Network Diagnostics.
DNS_PROBE_FINISHED_NXDOMAINDNS Record for domain.com
A-Record
![[Image: NoBUnwO.png]](http://i.imgur.com/NoBUnwO.png)
CNAME-Record
![[Image: HktAR97.png]](http://i.imgur.com/HktAR97.png)
and i am able to access domain.com with & without www
i.e http://www.domain.com & http://domian.com
06-15-2017, 06:14 PM
Check with intodns.com did you point domain to use your sentora DNS? Or still using external dns servers?
M B
M B
06-16-2017, 01:08 AM
hi,
i am using sentora dns only which i configured for domain.com & added a cname as panel & intodns screenshot added below
![[Image: 4bvIKem.png]](http://i.imgur.com/4bvIKem.png)
i am using sentora dns only which i configured for domain.com & added a cname as panel & intodns screenshot added below
![[Image: 4bvIKem.png]](http://i.imgur.com/4bvIKem.png)
06-20-2017, 03:39 AM
My 2 cents: Don't bother trying to get www to work for the panel login, or any sub domains for that matter. People like short, fast URLs and by adding an additional 4 key strokes can be annoying and also confusing since it is less common practice to use www. before sub domains now a days. 
On another note: By default Sentora does not add a www alias to the login vhost entry. It just designates a server name. So, by adding:
as a custom vhost entry will work, provided your DNS is correct.
(Admin > Module Admin > Apache Config > Global Sentora Entry)
Check 'Force Update' and save.
Wait for daemon to run and test.

On another note: By default Sentora does not add a www alias to the login vhost entry. It just designates a server name. So, by adding:
Code:
ServerAlias www.panel.domain.com(Admin > Module Admin > Apache Config > Global Sentora Entry)
Check 'Force Update' and save.
Wait for daemon to run and test.