Hi there, I'm using CFv6 as validated Joomla Component. The problem is, the website has additional domain names for same website. Calling the validated domain everything is fine, but entering the website via alternative domain name shows "not validated" message on frontend.
Is there a workaround for using multiple domain names with CFv6?
Is there a workaround for using multiple domain names with CFv6?
Hi we78da,
Not at present as far as I know - though Max is looking at some options that would help with this,
Bob
Not at present as far as I know - though Max is looking at some options that would help with this,
Bob
Hi, is there still no possibility for using multiple domains? If it's not, I do have to use another Joomla component instead of CF, because my customer has multiple domains for same website and actually a "not validated" message is shown on every domain except of main domain.
I bought an elastic license and validated two of the domains, but the message still persists.
Any other ideas?
I bought an elastic license and validated two of the domains, but the message still persists.
Any other ideas?
@GreyHead I've same problem about multiple domains. So if Max found a solution, tell me also.
Hey guys,
what about a solution for this problem? It's not that difficult; in my oppinion it's just neccesary to change file:
/libraries/cegcore2/admin/controllers/traits/validate.php, change line 41
to
Greets,
Daniel
what about a solution for this problem? It's not that difficult; in my oppinion it's just neccesary to change file:
/libraries/cegcore2/admin/controllers/traits/validate.php, change line 41
if(!empty($this->data['license_key']) OR !empty($this->data['order_number'])){
to
if(!empty($this->data[$domain]['license_key']) OR !empty($this->data[$domain]['order_number'])){and modify input field in backend according to that. Sure - admin has to put in the domain name for validation key mapping by hand, but this solution could be a good workaround, I think.
Greets,
Daniel
Another solution could be using a combination of $_SERVER[document_root] and IP-Adress for identifiing website instead of domain name. These params should be unique but identical for each website name.
This topic is locked and no more replies can be posted.