• Resolved zenox111

    (@zenox111)


    I activated the wordpress multisite feature for my blog. But now I have two problems:

    First: the 2nd site does not work… when I open it, I get an error message saying that the website can’t be found. Can anyone please help?

    Second: I have google adsense on my website, since after activating multisite, adsense does not work on Google Chrome. It works on all the other major browsers, just not Chrome. What could be the problem?

    Please help and thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there

    Sorry I can’t help concerning the adsense problem. However, the first issue you are having is most likely due to not having a wildcard subdomain set up with your DNS provider.

    In order to create subdomains on Multisite, you need to set up a WildCard subdomain record pointing to your host. I don’t know who your DNS provider is so its hard to instruct you exactly on how to do that. Feel free to google “Create wildcard subdomain on “your dns provider”

    Now, if you have done this before and its still not working, I would double check to ensure your .htaccess file has the proper WordPress rules.

    Let me know if you need further help.

    Thread Starter zenox111

    (@zenox111)

    Thanks a lot for responding… I figure out how to solve the adsense problem but I am still struggling with the multisite. I created the wildcard subdomain but with no success. As for my .htaccess file the is what it looks like:

    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]

    I don’t if I missed something or not it is just not working for me.

    OK, that htaccess is correct. Have you tried using incognito mode of Chrome after creating the wildcard subdomain? If you still have trouble, I would contact your host to see if there is something they need to do on their end.

    Also, be sure your wp-config is set with the correct Multisite rules as well.

    Thread Starter zenox111

    (@zenox111)

    Thanks a lot. I solved the problem without knowing really what solved. I put on incognito mode, but when since my connection was kinda slow I switch to a different network. Now everything works fine. Thanks a lot, I was getting really frustrated with this.

    Awesome , simply sounds like a local cache issue. Glad its resolved πŸ™‚

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘WordPress Multisite Problems’ is closed to new replies.