• I just upgraded to a multisite install. My original site seems to be working fine. I can see the dashboard, visit the site etc. Then I tried to create a new website at office.mysite.com. When I click on Dashboard or Visit site I get Server Not Found.

    I have a Wildcard subdomain created through my cPanel on Hostgator.

    I have the following in my .htaccess

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    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).*) $1 [L]
    RewriteRule ^(.*\.php)$ $1 [L]
    RewriteRule . index.php [L]
    </IfModule>
    
    # END WordPress

    Any suggestions?

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

    (@ipstenu)

    ?????? Advisor and Activist

    Subdomains?

    Check on whatsmydns.com and make sure the subdomain loads with the right IP.

    Thread Starter tootsie

    (@tootsie)

    This is what I got:

    DNS Details for office.sallybookman.com:

    ; <<>> DiG 9.2.4 <<>> -t ANY office.sallybookman.com
    ;; global options: printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 9120
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 0

    ;; QUESTION SECTION:
    ;office.sallybookman.com. IN ANY

    ;; ANSWER SECTION:
    office.sallybookman.com. 14400 IN A 50.87.146.133

    ;; AUTHORITY SECTION:
    sallybookman.com. 86400 IN NS ns2172.hostgator.com.
    sallybookman.com. 86400 IN NS ns2171.hostgator.com.

    ;; Query time: 58 msec
    ;; SERVER: 64.22.68.60#53(64.22.68.60)
    ;; WHEN: Tue Sep 3 19:32:44 2013
    ;; MSG SIZE rcvd: 109

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    office.sallybookman.com redirects to office.sallybookman.com/wp-login.php?redirect_to=/ now.

    So server found, yay. Interesting error. Turn off all your plugins ??

    Thread Starter tootsie

    (@tootsie)

    I didn’t actually changed anything and it started resolving correctly. I’m thinking it took my sever 24 hours or so to process the wildcard subdomain. Don’t really know. BTW, I did have my plugins turned off during the whole thing.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    I’m thinking it took my sever 24 hours or so to process the wildcard subdomain.

    That would be normal.

    And office.sallybookman.com is working now ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Server Not Found on New Site’ is closed to new replies.