[wp-meta] [Making WordPress.org] #4135: Kill profile RSS feeds from bbpress 1

Making WordPress.org noreply at wordpress.org
Thu Jan 31 21:24:39 UTC 2019


#4135: Kill profile RSS feeds from bbpress 1
----------------------------+---------------------
 Reporter:  joostdevalk     |       Owner:  (none)
     Type:  defect          |      Status:  new
 Priority:  normal          |   Milestone:
Component:  Support Forums  |  Resolution:
 Keywords:  seo             |
----------------------------+---------------------
Changes (by ocean90):

 * component:  General => Support Forums


Comment:

 Caused by this nginx config:

 {{{
                 # Profiles (Handled by bbPress1)
                 rewrite ^/support/profile/([^/]+)/page/([0-9]+)
 /support/profile.php?id=$1&page=$2 last;
                 rewrite ^/support/profile/([^/]+)/([^/]+)
 /support/profile.php?id=$1&tab=$2 last;
                 rewrite ^/support/profile/([^/]+)
 /support/profile.php?id=$1 last;
                 rewrite ^/support/rss/profile/([^/]+)
 /support/rss.php?profile=$1 last;
 }}}

 I guess we can remove that. Should a redirect be provided or can they all
 404?

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/4135#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list