Closed
Bug 653747
Opened 14 years ago
Closed 14 years ago
support website needs redirect
Categories
(Mozilla Messaging Graveyard :: Server Operations, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wsmwk, Assigned: jhopkins)
Details
www.mozillamessaging.com/support/ should redirect to support.mozillamessaging.com
| Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 1•14 years ago
|
||
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 → ---
Comment 2•14 years ago
|
||
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
Updated•14 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Comment 3•14 years ago
|
||
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
| Assignee | ||
Comment 4•14 years ago
|
||
Change made to production:
http://viewvc.svn.mozilla.org/vc/mozillamessaging.com/sites/mozillamessaging.com/tags/production/.htaccess?r1=88209&r2=88208&pathrev=88209
Status: NEW → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•