Closed Bug 653747 Opened 14 years ago Closed 14 years ago

support website needs redirect

Categories

(Mozilla Messaging Graveyard :: Server Operations, defect)

x86
Windows Vista
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: wsmwk, Assigned: jhopkins)

Details

www.mozillamessaging.com/support/ should redirect to support.mozillamessaging.com
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
www.mozillamessaging.com/support/ is fixed. however there are more issues. for example http://www.mozillamessaging.com/en-US linke for Support in the page header points to http://www.mozillamessaging.com/en-US/support/ which does not redirect you might need to cast a wider net for places that need fixing
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
thanks to :jhopkins for doing the initial redirect but as wayne said also need to redirect locales: www.mozillamessaging.com/<locale>/support should go to support.mozillamessaging.com/<locale>/ e.g. www.mozillamessaging.com/fr/support should go to support.mozillamessaging.com/fr/
Assignee: nobody → jhopkins
Status: REOPENED → UNCONFIRMED
Ever confirmed: false
Status: UNCONFIRMED → NEW
Ever confirmed: true
Something like this should work: <Location /> RedirectMatch (/[a-z]{2}(?:-[A-Z]{2})?)/support(/.*)? http://support.mozillamessaging.com$1$2 </Location> It will also handle this case: www.mozillamessaging.com/<locale>/support/somepage -> support.mozillamessaging.com/<locale>/somepage
Status: NEW → RESOLVED
Closed: 14 years ago14 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.