- From: <bugzilla@jessica.w3.org>
- Date: Mon, 04 Feb 2013 15:03:37 +0000
- To: public-webplatform-bugs@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20865 Bug ID: 20865 Summary: Redirect URLs with trailing slash Classification: Unclassified Product: webplatform.org Version: unspecified Hardware: PC OS: All Status: NEW Severity: normal Priority: P2 Component: infrastructure Assignee: schepers@w3.org Reporter: schepers@w3.org QA Contact: public-webplatform-bugs@w3.org CC: team-webplatform-admin@w3.org URLs with a trailing slash are seen as separate page from their non-slash equivalents. Trailing slashes are usually the result of a typo or someone manually editing the URL (for example, to get to a parent page). These should be the same resource: http://docs.webplatform.org/wiki/css/properties http://docs.webplatform.org/wiki/css/properties/ Apparently, the proper fix is to do this in Apache: RedirectMatch permanent ^/wiki/(.*)/$ /wiki/$1 -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Monday, 4 February 2013 15:03:38 UTC