Hallo Rolf, hallo Willi,
nur nochmal für Euch zitiert:
Aufruf ist bisher:
U12.my-domain.de
.htaccess macht daraus:
RewriteEngine on
rewriteCond %{HTTP_HOST} U12.my-domain.de
RewriteRule (.*)$ https://my-domain.de/U12/$1Das ist wichtig, weil das SSL-Zertifikat kein Wildcard-Zertifikat ist.
Also ok, ab jetzt dann example.org...
Was ich aber sagen wollte:
Es gibt defacto keinen (jedenfalls nicht für das SSL-Zertifikat) Aufruf von subdomain.example.org, weil per .htaccess immer daraus https://example.org/subdomain/ gemacht wird.
Jörg