Closed Bug 456254 Opened 17 years ago Closed 17 years ago

Etiquette page is 404 ever since the bugzilla upgrade

Categories

(bugzilla.mozilla.org :: General, defect)

defect
Not set
normal

Tracking

()

VERIFIED FIXED

People

(Reporter: bzbarsky, Assigned: justdave)

References

()

Details

(Keywords: regression)

I thought I'd mentioned this, but clearly I forgot to file a bug. https://bugzilla.mozilla.org/etiquette.html has been 404 ever since the bugzilla upgrade. It should presumably be a redirect instead, or something.
The page which is referenced on the homepage is https://bugzilla.mozilla.org/page.cgi?id=etiquette.html. So probably the rewriting is not working?
OS: Mac OS X → All
Hardware: PC → All
I didn't know that URL ever worked - I've always used the one Henrik gives. But if it did, it should certainly continue to do so. Can someone please put a redirect in the .htaccess file? Gerv
=== modified file '.htaccess' --- .htaccess 2008-07-31 04:20:03 +0000 +++ .htaccess 2008-09-25 03:49:43 +0000 @@ -321,6 +321,7 @@ Redirect permanent bug_status.html https://bugzilla.mozilla.org/page.cgi?id=fields.html Redirect permanent duplicates.rdf https://bugzilla.mozilla.org/data/duplicates.rdf Redirect permanent bugwritinghelp.html https://bugzilla.mozilla.org/page.cgi?id=bug-writing.html +Redirect permanent etiquette.html https://bugzilla.mozilla.org/page.cgi?id=etiquette.html # Remove this after upgrading to a version of Bugzilla that has config.cgi. #Redirect /config.cgi http://bugzilla.mozilla.org/localconfig.rdf Committing to: /var/www/html/bmo/3.2/ modified .htaccess Committed revision 6149. And deployed to production.
and actually, none of those redirects were working... Had to add a leading / in front of each of the filenames. :) So *now* it's deployed in production and working.
Assignee: nobody → justdave
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
tested all four, they all work :)
Status: RESOLVED → VERIFIED
Wouldn't it be more user-friendly when using mod_rewrite to hide the page.cgi script in the location bar?
Component: Bugzilla: Other b.m.o Issues → General
Product: mozilla.org → bugzilla.mozilla.org
You need to log in before you can comment on or make changes to this bug.