Lighttpd rewrite to pages

Discussion in 'Site & Server Administration' started by ConverTech, Jan 1, 2009.

  1. #1
    Hi there,

    I'm working on a new site: http://www.thshoponline.com/
    And I'm tring to set WordPress perminlinks to: /%postname%/

    But it's not working, and pages are Pages not posts.

    my rewrite rule are:

    server.error-handler-404 = "/index.php"
    url.rewrite-once = (
    "^/(wp-.+).*/?" => "$0",
    "^/(sitemap.xml)" => "$0",
    "^/(xmlrpc.php)" => "$0",
    "^/(.+)/?$" => "/index.php/$1"
    )

    What to do? Please Help! ???
     
    ConverTech, Jan 1, 2009 IP
  2. Ahlera

    Ahlera Peon

    Messages:
    20
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Lighttpd + WordPress = Cancer

    I'm still having trouble with the same issue. There are many solutions posted on the web, but none of them have worked so far.
     
    Ahlera, Jan 4, 2009 IP