A customer hosts mydomain.net domain on personal servers (not on our DA servers).
customer creates community.mydomain.net for DA site
customer creates webhosting.mydomain.net for DA site pointer
(no respective www sub-domains created)
Our company creates community.mydomain.net DA site. Note that site is built with following httpd.conf (/usr/local/directadmin/data/users/user/httpd.conf):
ServerName www.community.mydomain.net
ServerAlias www.community.mydomain.net community.mydomain.net
NOTE: Incorrect ServerName (there is no www.community.mydomain.net), but site still works, because of ServerAlias which contains correct name.
Customer or us then creates webhosting.mydomain.net domain pointer. Note that domain pointer is configured with following httpd.conf (same location as above):
ServerName webhosting.mydomain.net
ServerAlias webhosting.mydomain.net www.webhosting.mydomain.net
Redirect / http://www.community.mydomain.net/
NOTE: Same issue, but theoretically works. Problem, however, is that Redirect redirects to non-existent www domain.
This is a bug--moral is that a www can always be added, while an assumed www cannot be unassumed. I checked config templates, and I do not see where this section of the user httpd.conf is written.
Comments? Thoughts? When can we expect a fix?
Thanks,
-the donco
customer creates community.mydomain.net for DA site
customer creates webhosting.mydomain.net for DA site pointer
(no respective www sub-domains created)
Our company creates community.mydomain.net DA site. Note that site is built with following httpd.conf (/usr/local/directadmin/data/users/user/httpd.conf):
ServerName www.community.mydomain.net
ServerAlias www.community.mydomain.net community.mydomain.net
NOTE: Incorrect ServerName (there is no www.community.mydomain.net), but site still works, because of ServerAlias which contains correct name.
Customer or us then creates webhosting.mydomain.net domain pointer. Note that domain pointer is configured with following httpd.conf (same location as above):
ServerName webhosting.mydomain.net
ServerAlias webhosting.mydomain.net www.webhosting.mydomain.net
Redirect / http://www.community.mydomain.net/
NOTE: Same issue, but theoretically works. Problem, however, is that Redirect redirects to non-existent www domain.
This is a bug--moral is that a www can always be added, while an assumed www cannot be unassumed. I checked config templates, and I do not see where this section of the user httpd.conf is written.
Comments? Thoughts? When can we expect a fix?
Thanks,
-the donco
Last edited: