Making WordPress.org

Opened 6 years ago

Closed 4 years ago

#4135 closed defect (bug) (fixed)

Kill profile RSS feeds from bbpress 1

Reported by: joostdevalk's profile joostdevalk Owned by:
Milestone: Priority: normal
Component: Support Forums Keywords: seo
Cc:

Change History (3)

#1 @ocean90
6 years ago

  • Component changed from General to Support Forums

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?

#2 @Otto42
6 years ago

We can probably get rid of the whole /support directory now. We haven't needed to use anything in bb 1.1 for quite a while.

#3 @dd32
4 years ago

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.