[buddypress-trac] [BuddyPress] #2208: Wordpress 2.9.2 Single, Buddypress 1.2.2.1 page not found

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Wed Apr 14 07:06:07 UTC 2010


#2208: Wordpress 2.9.2 Single, Buddypress 1.2.2.1 page not found
-------------------------------+--------------------------------------------
 Reporter:  JonJoyce           |        Owner:          
     Type:  defect             |       Status:  reopened
 Priority:  major              |    Milestone:          
Component:  Core               |   Resolution:          
 Keywords:  reporter-feedback  |  
-------------------------------+--------------------------------------------
Changes (by qbuster):

 * cc: qbuster (added)
  * status:  closed => reopened
  * resolution:  fixed =>


Comment:

 I'm experiencing exactly the same problem. Inserting /index.php/ into the
 url looks to me that it is only palliative as
 waterwaywatch.org/index.php/members/ and
 waterwaywatch.org/index.php/groups/ yields the same page but with no
 content. My hosts server is using IIS 6 and the theme is based on bp 1.2.3
 and wp 2.9.2.

 Here's my .htaccess with your code inserted (minus /wordpress/ as I
 working from the root). This doesn't have any effect - any suggestions for
 improvement?

 # BEGIN WordPress
 <IfModule mod_rewrite.c>
 RewriteEngine On
 RewriteBase /
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d
 RewriteRule . /index.php [L]
 RewriteRule ^/(?!index\.php|wp-|xmlrpc)(.*)$ /index.php/$1 [I,L]

 </IfModule>
 # END WordPress

-- 
Ticket URL: <http://trac.buddypress.org/ticket/2208#comment:4>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list