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.
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.
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 π