Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: WPMU 2.8.3 + BP 1.0.3 on lighttpd – Custom form fields not saved!


Matze
Participant

@maszewo

This is haow it worked:

server.error-handler-404 = “/index.php”

url.rewrite-once = (

“^/(.*/)?files/$” => “/index.php”,

“^/(.*/)?files/(.*)” => “/wp-content/blogs.php?file=$2”,

“^(/wp-admin/.*)” => “$1”,

“^/(wp-.*)$” => “$1”,

“^/([_0-9a-zA-Z-]+/)?(wp-.*)” => “/$2”,

“^/([_0-9a-zA-Z-]+/)?(.*.php)$” => “/$2”,

“(?.*)$” => “index.php$1”,

“.” => “index.php”

)

THANKS TO “jdaviescoates”

https://trac.buddypress.org/ticket/1078

Skip to toolbar