Ticket #117 (closed defect: fixed)

Opened 2 months ago

Last modified 7 weeks ago

404 Not Found on all pages

Reported by: bercon Owned by:
Priority: major Milestone:
Version: Keywords: 404
Cc:

Description

All BuddyPress pages like the following displays with a "404 Not Found" HTTP-header:
http://testbp.org/members/membername
http://testbp.org/members/membername/profile
http://testbp.org/members/membername/activity
http://testbp.org/members/membername/wire
http://testbp.org/members/membername/friends
etc.

That will prevent the search engines from indexing all those pages. Make them display with a "200 OK" HTTP-header instead.

Change History

Changed 2 months ago by apeatling

  • status changed from new to closed
  • resolution set to fixed

Fixed in r443.

Can you confirm this is fixed based on your findings? I want to make sure we are seeing the same thing.

Changed 2 months ago by bercon

Yes, it seems to work fine now. I get 200 OK on all member pages.

Changed 2 months ago by apeatling

  • status changed from closed to reopened
  • resolution fixed deleted

Adding <?php header( 'Status: 200 OK', true, 200 ); ?> fixes this problem, however it is causing other problems:

  • Users are receiving a "Document has moved here" message when visiting some links
  • The last step of group creation no longer redirects to the new group on completion.

Need to figure out why these two things are happening before this can be marked as fixed again.

Changed 7 weeks ago by apeatling

  • status changed from reopened to closed
  • resolution set to fixed

Groups are working with this set again. Document moved errors are caused by server misconfiguration and not BuddyPress.

Note: See TracTickets for help on using tickets.