Hi All,
I'm looking for a safe solution to use Domain Pointers (Alias) with SSL.
For example:
https://domain1.com -> https://domain.com
https://domain2.com -> https://domain.com
I can probably establish this using a custom httpd.conf (for example changing the path of the SSL certificate for any pointer manually). But these workarounds will cause problems with updates/rewriting apache rules (or do I need to use chattr)?
Anyway, if there's anyone with a workable solution I would be happy to hear.
For your info: it concerns a small SaaS application (every domain uses the same code base), SEO (duplicate content) is not an issue here.
Thanks !
I'm looking for a safe solution to use Domain Pointers (Alias) with SSL.
For example:
https://domain1.com -> https://domain.com
https://domain2.com -> https://domain.com
I can probably establish this using a custom httpd.conf (for example changing the path of the SSL certificate for any pointer manually). But these workarounds will cause problems with updates/rewriting apache rules (or do I need to use chattr)?
Anyway, if there's anyone with a workable solution I would be happy to hear.
For your info: it concerns a small SaaS application (every domain uses the same code base), SEO (duplicate content) is not an issue here.
Thanks !