Closed Bug 470655 Opened 17 years ago Closed 17 years ago

bad redirect to rheet

Categories

(mozilla.org Graveyard :: Server Operations, task)

task
Not set
minor

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: timeless, Assigned: reed)

References

()

Details

i know that rheet's retired and the www.mozilla.org namespace for bonsai is ancient history, but sadly some scripts still generate links there and some are google archived. please fix the redirect not to mention a server that doesn't exist :)
website non-top-level redirects are handled in .htaccess files by the content maintainers now.
Assignee: server-ops → nobody
Component: Server Operations → www.mozilla.org
Product: mozilla.org → Websites
QA Contact: mrz → www-mozilla-org
I already looked, and I don't see any such redirect. I bet it's server-side.
Confirmed that it's all server-side. We should move all those rewrites into the .htaccess file.
Assignee: nobody → server-ops
Component: www.mozilla.org → Server Operations
Product: Websites → mozilla.org
QA Contact: www-mozilla-org → mrz
Assignee: server-ops → reed
OS: Windows XP → All
Hardware: x86 → All
All of these should be moved to .htaccess. # Redirects to other sites. # XXX Everything pointing to rheet should point to a virtual host instead. Redirect /en-US/firefox/about http://www.mozilla.com/en-US/firefox/about Redirect permanent /mailman http://mail.mozilla.org Redirect permanent /store http://store.mozilla.org #Redirect permanent /sfx-images http://images.spreadfirefox.com Redirect permanent /webtools http://rheet.mozilla.org/webtools Redirect permanent /mrtg http://rheet.mozilla.org/mrtg Redirect permanent /webalizer http://rheet.mozilla.org/webalizer Redirect permanent /products/firebird/affiliates \ http://rheet.mozilla.org/products/firebird/affiliates Redirect permanent /projects/firefox/referrers \ http://rheet.mozilla.org/products/firefox/referrers Redirect permanent /start-test http://rheet.mozilla.org/start-test Redirect permanent /sfx-images http://rheet.mozilla.org/sfx-images Redirect permanent /projects/bugzilla http://www.bugzilla.org Redirect permanent /quality/help/bug-form.html \ http://bugzilla.mozilla.org/enter_bug.cgi?format=guided Redirect permanent /webtools http://cvs-www.mozilla.org/webtools # Redirects to other pages on this site. Redirect permanent /mozilla1.x http://www.mozilla.org/products/mozilla1.x Redirect permanent /download http://www.mozilla.org/products/mozilla1.x/download Redirect permanent /camino http://www.mozilla.org/products/camino Redirect permanent /firebird http://www.mozilla.org/products/firebird Redirect permanent /firefox http://www.mozilla.org/products/firefox Redirect permanent /thunderbird http://www.mozilla.org/products/thunderbird Redirect permanent /NPL http://www.mozilla.org/MPL Redirect permanent /docs/tplist/catBuild/portable-cpp.html \ http://www.mozilla.org/hacking/portable-cpp.html Redirect permanent /docs/tplist/tplist.html http://www.mozilla.org/docs/index.html Redirect permanent /newlayout/codestock http://www.mozilla.org/docs/codestock99 Redirect permanent /newlayout/codestock/slides.html \ http://www.mozilla.org/docs/codestock99/ Redirect permanent /nglayout http://www.mozilla.org/newlayout Redirect permanent /docs/tplist/catFAQ http://www.mozilla.org/classic Redirect permanent /community.html http://www.mozilla.org/community/developer-forums.html Redirect permanent /community-etiquette.html \ http://www.mozilla.org/community/etiquette.html Redirect permanent /projects.html http://www.mozilla.org/projects/ Redirect permanent /binaries.html http://www.mozilla.org/releases/ Redirect permanent /airmozilla http://www.spreadfirefox.com/ Redirect permanent /dawn-test http://www.mozilla.org Redirect permanent /thisisonlyatest http://www.mozilla.org Redirect permanent /website-beta http://www.mozilla.org RedirectMatch permanent ^/(licensing|LICENSING) \ http://www.mozilla.org/foundation/licensing.html Alias /start-test/images "/data/www/docs/start-snippets/images" AddType image/svg+xml .svg AddType application/vnd.mozilla.xul+xml .xul AddType application/x-xpinstall .xpi AddType text/xml .rdf AddType image/x-icon .ico AddType text/calendar .ics # StarOffice documents AddType application/vnd.stardivision.impress .sdd AddType application/vnd.stardivision.writer .sdw AddType application/vnd.stardivision.draw .sda AddType application/vnd.stardivision.calc .sdc # Send Mozilla Suite 1.4-7 to their release-specific start pages RewriteEngine On # temp redirects for 2.0b2 per bug 349092 comment 8 RewriteRule ^/projects/firefox/2.0b2/whatsnew/$ /projects/bonecho/ [R] RewriteRule ^/projects/firefox/2.0b2/firstrun/$ /projects/bonecho/ [R] RewriteRule ^/projects/firefox/2.0b2/releasenotes/$ /projects/bonecho/releases/2.0b2.html [R] # Fix for reed RewriteRule ^/security/phishing-test/?$ /security/phishing-test.html [R] # these version-specific rewrites have moved to /start/.htaccess #RewriteCond %{HTTP_USER_AGENT} ^Mozilla/5.0.\(.*;.rv:1\.4(\.[1-9])?\).Gecko #RewriteRule ^/start/$ /start/1.4/ [R] #RewriteCond %{HTTP_USER_AGENT} ^Mozilla/5.0.\(.*;.rv:1\.5(\.[1-9])?\).Gecko #RewriteRule ^/start/$ /start/1.5/ [R] #RewriteCond %{HTTP_USER_AGENT} ^Mozilla/5.0.\(.*;.rv:1\.6(\.[1-9])?\).Gecko #RewriteRule ^/start/$ /start/1.6/ [R] #RewriteCond %{HTTP_USER_AGENT} ^Mozilla/5.0.\(.*;.rv:1\.7(\.[1-9][0-9]*)?\).Gecko #RewriteRule ^/start/$ /start/1.7/ [R] # alias for 1.7.1 start page Alias /start/1.7.1 "/data/www/docs/start/1.7" # Redirect Firefox 0.8 and 0.9.x users to security notice. RewriteCond %{HTTP_USER_AGENT} Firefox/0\.[89](\.\d)?$ RewriteRule ^/products/firefox/start/$ /security/update-2004-10-01.html [R] # Redirect Firefox 0.10 users to their specialized security page. # This is different from the one for earlier versions because earlier versions # have to upgrade to 0.10 first, while 0.10 users just have to install # a patch. RewriteCond %{HTTP_USER_AGENT} Firefox/0\.10$ RewriteRule ^/products/firefox/start/$ https://update.mozilla.org/critical/firefox/2004-10-01.html These are also in the vhost block but probably shouldn't be: # Error document mappings ErrorDocument 403 /403.html ErrorDocument 404 /404.html ErrorDocument 410 /410.html ErrorDocument 500 /500.html <LocationMatch ^/[0-9]+\.html$> SetEnvIf Referer ^http HasReferer=True SetEnvIf Referer ^https?://[^/]+\.mozilla\.org/ RefererIsMoz=True Options +IncludesNoExec SetHandler server-parsed </LocationMatch> <Directory "/data/www/docs/releases"> Options +Includes </Directory> <Directory "/data/www/docs/projects/firebird/keywords"> Options +Includes </Directory> <Directory "/data/www/docs/projects/calendar"> Options +IncludesNoExec </Directory>
Checking in .htaccess; /www/mozilla-org/html/.htaccess,v <-- .htaccess new revision: 1.152; previous revision: 1.151 done Checking in .htaccess; /www/mozilla-org/html/.htaccess,v <-- .htaccess new revision: 1.153; previous revision: 1.152 done
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
/webtools points to http://cvs-www.mozilla.org/webtools which is still missing :) fwiw, http://www.mozilla.org/projects/firefox/referrers => http://www-archive.mozilla.org/projects/firefox/referrers => rheet! because um, archive has the same config (dunno what to do but...) newlayout/codestock should => http://www-archive.mozilla.org/docs/codestock99/
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.