Forums

[resolved] Twentyeleven styles missing on new site install (6 posts)

  1. Hauthorn
    Member
    Posted 4 months ago #

    Hi Guys

    I'm running a MU which was changed from subdomain to subfolder recently. However, I haven't installed an extra site (apart from the main site) before now. The problem is, with the new site, only the twentyten theme works. When I try to use the twentyeleven theme, only raw html is shown, and no styles are used.

    My .htaccess file:

    # BEGIN WordPress
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # uploaded files
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
    
    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule  ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]
    RewriteRule  ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
    RewriteRule . index.php [L]
    # END WordPress

    Do you know why one theme works, and another doesn't?

  2. Andrea_r
    team pirate
    Posted 4 months ago #

  3. Hauthorn
    Member
    Posted 4 months ago #

    That you for your response. But why is this then only happening to one of the preinstalled themes, and only on the extra site, not the main site?

    If the .htaccess isn't read, it would surely apply to all themes, wouldn't it?

  4. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 4 months ago #

    Can you share your real URLs?

  5. Hauthorn
    Member
    Posted 4 months ago #

    Problem solved, although I have done nothing to the installation other than wait. That was wierd.

  6. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 4 months ago #

    Sounds like a server side caching issue then.

Reply

You must log in to post.

About this Topic