Closed Bug 578070 Opened 16 years ago Closed 16 years ago

[PN]AMO: Let zamboni serve landing pages for search tools and language tools

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

task
Not set
blocker

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: krupa.mozbugs, Assigned: oremj)

Details

/:locale/:app/(search|language)-tools.* We can extend the browse/type:[12] to browse/type:[1-4]. I think we have redirects for search-tools and language-tools to go from zamboni to remora. We should remove those. If you pastebin the current vhost I'll give better details.
Made the following changes: >--- preview.addons.mozilla.org.conf (revision 7511) >+++ preview.addons.mozilla.org.conf (working copy) >@@ -17,10 +17,6 @@ > > RewriteEngine On > >- RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?)/search-tools.*$ $1/search-engines/ [R,L] >- >- RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?)/language-tools.*$ $1/browse/type:3 [R,L] >- > RewriteRule ^/z/ - [L] > RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/?)$ /z$1 [PT] > RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/addon/\d+/?)$ /z$1 [PT] >@@ -29,7 +25,7 @@ > RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/personas?(?:/.*)?)$ /z$1 [PT] > RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/search(?:/.*)?)$ /z$1 [PT] > RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/(?:pages/)?(?:about|faq))$ /z$1 [PT] >- RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/browse/type:[12]/cat:[^/]+/?)$ /z$1 [PT] >+ RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/browse/type:[1-4]/cat:[^/]+/?)$ /z$1 [PT] > RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/bookmarks/?)$ /z$1 [PT] > RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/user/\d+/?)$ /z$1 [PT] > RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/addon/\d+/about/?)$ /z$1 [PT] >@@ -52,6 +48,9 @@ > RewriteRule ^((?:/[^/]+){0,2}/jsi18n(?:/.*)?)$ /z$1 [PT] > RewriteRule ^((?:/[^/]+){0,2}/themes(?:/.*)?)$ /z$1 [PT] > >+ RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/search-tools.*)$ /z$1 [PT] >+ RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/language-tools.*)$ /z$1 [PT] >+ > WSGIScriptAlias /z /data/amo_python/www/preview/zamboni/wsgi/zamboni.wsgi > > WSGIDaemonProcess zamboni_preview processes=16 threads=1
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Loading https://next.addons.mozilla.org/en-US/firefox/browse/type:4 does not redirect the user to the zamboni page /search-tools/ reopening...
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
clicking on "Dictionaries & Language Packs" in the category menu still loads the remora pages
Severity: critical → blocker
Changed to: ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/browse/type:[1-4](?:/cat:[^/]+)?/?)$
Status: REOPENED → RESOLVED
Closed: 16 years ago16 years ago
Resolution: --- → FIXED
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.