Forums

[resolved] New Blog not reachable on Sub-Domain (5 posts)

  1. rainerkormann
    Member
    Posted 1 year ago #

    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.

  2. What's in your htaccess?

  3. rainerkormann
    Member
    Posted 1 year ago #

    ------------
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]

    # uploaded files
    RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule . index.php [L]
    ------------

  4. Deleted your bump. You need to be patient, the forums are handled by volunteers and, as it happens, I'm kinda busy today :) I was just doing the 'get you started' stuff.

    It looks like you didn't park your subdomains correctly. They need to be pointing to where WP is installed (i.e. your public_html folder)

  5. rainerkormann
    Member
    Posted 1 year ago #

    Sorry - didn't mean to bump...
    After posting the htaccess i had the feeling, that post was a little short... Just had in mind, to give all information needed, so you helpful people have easy access to the problem.

    Thanks for your help - i didn't see the obvious. I had to make an extry subdomain-entry at the Host-Provider. That was it!

    Many thanks and hav a nice day,
    Rainer.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags