Skip to:
Content
Pages
Categories
Search
Top
Bottom

[resolved] No theme and admin for created sites

  • I created a fresh install and everything went fine. Then I created 10 test sites and everything ok.

    Now, If I go to one of those sites I see it with no style at all and missing images.

    That is because its looking for style and images like this:

    http://site.com/microsite/wp-content/themes/twentyeleven/style.css

    It should be:

    http://site.com/wp-content/themes/twentyeleven/style.css without the microsite.

    Where can I fix that ?

    Now, from the all mi sites menu, if I choose anyone and go to the dashboard, I get this:

    The page isn’t redirecting properly.
    Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
    This problem can sometimes be caused by disabling or refusing to accept cookies.

    How can I fix that ?

    Two things that are driving me crazy. Anyone ?

    Thanks.

Viewing 1 replies (of 1 total)
  • If anyone has this problem, the fix for me was removing the wordpress RewriteEngine from htaccess.

    `# BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    # END WordPress`

    After removing that, it started working.

Viewing 1 replies (of 1 total)
  • The topic ‘[resolved] No theme and admin for created sites’ is closed to new replies.
Skip to toolbar