Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,983
- How-to & Troubleshooting
- 129,328
- Creating & Extending
- 25,784
- Requests & Feedback
- 9,479
- Third Party Plugins
- 9,784
- Showcase
- 3,317
- Ideas
- 1,400
- Miscellaneous
- 9,167
-
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”
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS