• Resolved dana_cz

    (@dana_cz)


    Hi, I’ve just installed the WPMU following the codex, I’m using subdomains.

    However, I cannot access dashboard of the subdomain, it gives me 404 error, also when I try to go to the subdomain, it too gives me 404.

    I use custom template plus I have Twenty Twelve enabled for network.

    Wildcards *.domain.com are allowed with my hosting provider and active.

    My .htaccess is this copy pasted from when I installed it.

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # add a trailing slash to /wp-admin
    RewriteRule ^wp-admin$ wp-admin/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule ^(wp-(content|admin|includes).*) www/$1 [L]
    RewriteRule ^(.*\.php)$ www/$1 [L]
    RewriteRule . index.php [L]

    Should I just wait for the DNS to update or is there a problem I’m not seeing?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Depends on what the 404 looks like. THOUGH….

    RewriteRule ^(wp-(content|admin|includes).*) www/$1 [L]
    RewriteRule ^(.*\.php)$ www/$1 [L]

    I’d remove www from those two lines.

    Thread Starter dana_cz

    (@dana_cz)

    It’s a standard 404 page of my provider.

    I did remove the www, it didn’t make a difference though.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Okay, if it’s your PROVIDER’S 404 and not a WP styled one, the problem is your .htaccess isn’t being read correctly.

    Ask your host if AllowOverride is set to either All or Options All

    Thread Starter dana_cz

    (@dana_cz)

    I have no problem with the main wordpress install, permanent links work just fine.

    Thread Starter dana_cz

    (@dana_cz)

    Ok, contaacted provider and he helped me set it up. Thanks for the help! 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Subdomain dashboard 404’ is closed to new replies.