Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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.

    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.

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