[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
Tue Mar 30 21:02:31 UTC 2010


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

  * keywords:  404, page not found, iis6, windows server => reporter-
               feedback
  * priority:  blocker => major
  * status:  new => closed
  * resolution:  => fixed


Comment:

 You might try adding this line to your .htaccess rules. This should
 redirect links to use index.php if they're not already using index.php.


 {{{
 RewriteRule ^/wordpress/(?!index\.php|wp-|xmlrpc)(.*)$
 /wordpress/index.php/$1 [I,L]
 }}}

 I don't know what your .htaccess file looks like, so I can't tell you
 exactly where to put it, but it should probably go close to your existing
 WP URL rewrite rules. Since Andy can't test this, and Microsoft is set to
 end support for this version of server software in July of this year, it's
 likely not worth fixing this in core. I will help you troubleshoot the
 rewrite rules, but ultimately this ticket will probably be closed as
 wontfix.

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


More information about the buddypress-trac mailing list