Sentora Support Forums

Full Version: sentora panel with www or without www
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi,

how can i access sentora panel with www or without www i.e

http://panel.domain.com or

http://www.panel.domain.com
you have both by default. But did you setup dns?

M B
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

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_NXDOMAIN


DNS Record for domain.com
A-Record
[Image: NoBUnwO.png]
CNAME-Record

[Image: HktAR97.png]

and i am able to access domain.com with & without www
i.e http://www.domain.com & http://domian.com
Check with intodns.com did you point domain to use your sentora DNS? Or still using external dns servers?


M B
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]
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.  Angel

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
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.