Please - i need your help...
The Main-Blog works fine http://makelfrei.de/
But a new Blog, made with my Multisite-Install, like for example http://shop.makelfrei.de/ just shows up the Provider-Login (Hetzner).
define('WP_DEBUG', false);
define('WP_ALLOW_MULTISITE', true);
define( 'MULTISITE', true );
define( 'SUBDOMAIN_INSTALL', true );
$base = '/';
define( 'DOMAIN_CURRENT_SITE', 'makelfrei.de' );
define( 'PATH_CURRENT_SITE', '/' );
define( 'SITE_ID_CURRENT_SITE', 1 );
define( 'BLOG_ID_CURRENT_SITE', 1 );
The NS-Entries are resolving fine. Wildcard for Sub-Domains is working. Ping on both Hosts makelfrei.de and shop.makelfrei.de prints out the same correct IP-Adress.
Seems like WP doesn't feel responsible for the Sub-Domain. What can i do - I'm thankful for each hint!
Thanks in advance,
Rainer.