The MU forums have moved to WordPress.org

WordPress-MU on Lighttpd - Seems to be a CSS problem (1 post)

  1. saubryn
    Member
    Posted 14 years ago #

    I'm having problems with lighttpd and WordPress-MU. The install runs fine, but when it comes to actually displaying the site, I think there's a CSS problem. The wp-admin login page appears as just the name of the site, the user name and password box, and the submit button - no styling at all.

    The front page is a mess, and the control panel looks wrong too. Here's a (slightly cropped but you get the idea) screenshot:

    http://legendsreborn.co.cc/lighty.png

    I checked the permissions of the theme folder and the css folder in wp-admin, and they seem OK to me. I've got the following in my sitename.conf, which is included in the relevant part of lighttpd.conf

    server.error-handler-404 = "/index.php"
    url.rewrite-once = (
    "^/(.*/)?files/$" => "/index.php",
    "^/(.*/)?files/(.*)" => "/wp-content/blogs.php?file=$2",
    "^(/wp-admin/.*)" => "$1",
    "^/([_0-9a-zA-Z-]+/)?(wp-.*)" => "/$2",
    "^/([_0-9a-zA-Z-]+/)?(.*\.php)$" => "/$2",

    Thanks in advance.

About this Topic

  • Started 14 years ago by saubryn