Remove Support Forum bbpress 1 rules

As of r16878-dotorg and r16879-dotorg the Support forumSupport Forum WordPress Support Forums is a place to go for help and conversations around using WordPress. Also the place to go to report issues that are caused by errors with the WordPress code and implementations. bbPressbbPress Free, open source software built on top of WordPress for easily creating forums on sites. https://bbpress.org. 1 external has been removed.

Similarly to https://make.wordpress.org/systems/2021/01/11/remove-ideas-rewrite-rules-files/

Can these rules be altered in wporg-web’s wporg-wordpress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ ?

  • location = /support/search.php {} can be removed
  • location = /support/register.php {} can be removed
  • location = /support/bb-login.php {} should be able to be removed. I haven’t seen anything linking to it, but it works and leaving it won’t harm anything other than being an extra nginxNGINX NGINX is open source software for web serving, reverse proxying, caching, load balancing, media streaming, and more. It started out as a web server designed for maximum performance and stability. In addition to its HTTP server capabilities, NGINX can also function as a proxy server for email (IMAP, POP3, and SMTP) and a reverse proxy and load balancer for HTTP, TCP, and UDP servers. https://www.nginx.com/. rule.
  • In the location /support/ {} blockBlock Block is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience.:
    • #Profiles (Handled by bbPress1) needs to be removed
    • #bbPress Admin needs to be temporarily accessible. needs to be removed
  • Please ensure that public_html/support is removed from all production hosts (it should be)
  • Please remove public_html/support from sandboxes. The commits above removed it on production hosts, but not sandboxes.

Previously: https://make.wordpress.org/systems/2015/01/22/i-have-an-nginx-fix-for-a-fun/

See https://meta.trac.wordpress.org/ticket/5384 & https://meta.trac.wordpress.org/ticket/4135

#prio1