Closed Bug 290841 Opened 20 years ago Closed 20 years ago

Visiting old camino product page url with WinIE redirects to firefox product page

Categories

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

x86
macOS
defect
Not set
blocker

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mikepinkerton, Assigned: annevk)

References

()

Details

- go to the old camino product page (http://www.mozilla.org/products/camino/)
with winIE.

Expected result:

- should be redirected to http://www.caminobrowser.org

Actual result:

- redirected to the firefox product page on m.o.

hopefully this wasn't intentional. ;)
This looks fixed, but I have no idea who fixed it.  It's much cleaner to have
redirects in .htaccess files so people know what's going on and can edit them.
oh, hmmm, missed the "WinIE" part
who did the initial redirect? brendan? 
*** Bug 290997 has been marked as a duplicate of this bug. ***
beuller? who is responsible for these issues?
rebron did it. See:
<http://cvs-www.mozilla.org/webtools/bonsai/cvslog.cgi?file=mozilla-org/html/products/camino/index.html>

We should make this a .htaccess redirect though.
then rebron gets to fix it ;)
Assignee: mozilla.webmaster → rebron
Are we supposed to use mozilla-org/html/.htaccess or individual .htaccesses 
now?  I can't checkin to the mozilla-org/html/.htaccess file.  I used to be 
able to.
Checking in .htaccess;
/cvsroot/mozilla-org/html/products/camino/.htaccess,v  <--  .htaccess
initial revision: 1.1
done

Removing index.html;
/cvsroot/mozilla-org/html/products/camino/index.html,v <-- index.html
new revision: delete; previous revision: 1.29
done

Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Use the parent directory. As the camino folder can be removed, I think it is
better to put it in the /products/ .htaccess.

Also, shouldn't you take the bug as you are fixing it?
No, it's better for performance if it's not in the parent directory.
Status: RESOLVED → VERIFIED
so now all the content that was in that folder is now unaccessible. i have links
in shipping clients to pages that are in that directory. you can not just
redirect every hit inside that dir away from the site.
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
for instance, now i can no longer get to:

http://www.mozilla.org/products/camino/features/searchCustomization.html

from any client, winIE or camino. this is bad because this url is hard coded
into every version of camino.
"Redirect" works on the URL you give it and everything under it.  You're also
missing the trailing slash on the caminobrowser.org destination, which means the
subpages get redirected to http://www.caminobrowser.orgfeatures/ instead of
http://www.caminobrowser.org/features/ for example.  But Pink is pointing out
that http://www.caminobrowser.org/features/searchCustomization.html doesn't
exist anyway even if the redirect was done right.

If we need it to redirect only a specific URL and not the subpages, then we need
to use RewriteRules instead of Redirects.
I checked in this rule:

Redirect permanent /products/camino/index.html http://www.caminobrowser.org/

Not sure if it is going to work as 'index.html' has been removed, but at least
it doesn't mess up camino's internal navigation. If this doesn't work we could
add an empty index.html.
Ok, this approach seems to work. (Make sure to empty cache first before saying
it won't.)

Mike, could you point out which URIs need to be redirected from the product page
and which do not? (And also where they chould be redirected to...)
Assignee: rebron → bug
Status: REOPENED → NEW
right now, the only thing that should be redirected to cb.org is the main
product index.html. everything else (release notes, home page, welcome page,
etc) should stay on m.o.

this appears to be working now.
Ok, marking FIXED then. Please file additional bugs when other redirects are needed.
Status: NEW → RESOLVED
Closed: 20 years ago20 years ago
Resolution: --- → FIXED
Product: mozilla.org → Websites
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in before you can comment on or make changes to this bug.