I currently have Apache2 configured to host wildcarded subdomains of the form *.domains.tld, where the * is unique for each client we have.
Each client has an 'admin' page that they can log into, currently at client.domain.tld/admin, that we would like to move to serve from admin.client.domain.tld.
Is it possible to serve a sub-domain to a wildcarded sub-domain? I can't seem to find anything related to this.
Thanks!