Skip to:
Content
Pages
Categories
Search
Top
Bottom

Buddypress 1.5.2 + lighttp

  • Hi Guys,

    I using lighttp for my wordpress. When I install buddypress when people try to register its redirect to main page and they cant register.

    This is the rewrite rule I’m using,

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

    Any help guys?

  • The topic ‘Buddypress 1.5.2 + lighttp’ is closed to new replies.
Skip to toolbar