• Hi πŸ™‚

    I have installed W3 Cache with an Lighthttpd Webserver. The Plugin works fine, but there’s a big SEO Problem. If I activate the Plugin (at least one of the plugin modules) – I get an Internal Server Error 500 – But this is NOT visible.

    I can see this only with Firebug and Site-Testing tools. The W3 Cache creates the page normally, but returns the Site with an 500 Response code.

    Any Idea how I can fix this?

    http://wordpress.org/extend/plugins/w3-total-cache/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Frederick Townes

    (@fredericktownes)

    Unfortunately, I’ve not spent much time with lighttpd anymore due to lack of interest in the community. Anyway, what are your various settings?

    Thread Starter nike2000

    (@nike2000)

    I use the default settings, my rewrite config is the following:

    url.rewrite-once = (
    “^” + wpdir + “(wp-.+).*/?” => “$0”,
    “^” + wpdir + “(sitemap.xml)” => “$0”,
    “^” + wpdir + “(statictest/)” => “$0”,
    “^” + wpdir + “(xmlrpc.php)” => “$0”,
    “^” + wpdir + “keyword/([A-Za-z_0-9-])/?$” => wpdir + “index.php?keyword=$1”,
    “^” + wpdir + “(.+)/?$” => wpdir + “index.php/$1”
    )

    Plugin Contributor Frederick Townes

    (@fredericktownes)

    What I recommend doing is actually checking out the install tab of the plugin while using apache as the web server so you can see all of the rules needed for your active settings then working through composing your rewrite rules.

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

The topic ‘[Plugin: W3 Total Cache] W3 Cache with Lighthttpd Internal Server Error 500’ is closed to new replies.