Custom HTTPD Configurations for Domains added through Domain Pointers

saeed22

New member
Joined
Apr 15, 2010
Messages
1
hey all,

When i go to the Custom HTTPD Configurations and select a Domain which has been added as a Pointer for another domain, and I try to edit the Custom Httpd conf file, the changes I make are not saved unless I edit the file through shell access, but the file is edited fine (through DA) when i do it for the main domain. When adding the Domain Pointers, I checked the box that says "Create as an alias". could this be the source of my problems?

Example:

Main domain : 12345.com
additional pointers (Created as aliases) : 54321.com 15324.com

the Custom HTTPD Configurations section can only edit the file for the main domain (12345.com). when I select one the pointer domains the changes cannot be saved.

thanks in advance.
 
Hello,

You can not configure differently regular domain and its alias. Since they are within one vhost set, custom settings will touch both of them. So update regular (main) domain instead.

If you want to customize only aliased domain use mod_rewrite directives in .htaccess file.
 
Back
Top