Is is possible to serve a subdomain and the main domain on the same django-cms instance ?
For example: how to serve the following submains and the main domain on the same Django-CMS instance ?
abc.mydomain.com
xyz.mydomain.com
www.mydomain.com
If so, what are needed to be done in Apache httpd.conf and Django-CMS ?
Thank you in advance.