Closed
Bug 662343
Opened 15 years ago
Closed 15 years ago
Spark EOL: Handle 404s Properly
Categories
(Websites :: spark.mozilla.org, defect)
Websites
spark.mozilla.org
Tracking
(Not tracked)
VERIFIED
FIXED
2.0
People
(Reporter: ryansnyder, Unassigned)
References
()
Details
We need to handle 404 errors properly in the Spark EOL site.
1. Visit a valid url on the production website, i.e.:
https://spark.mozilla.org/en-US/global
2. Visit that same url on the stage website, i.e.:
http://spark.allizom.org/en-US/global
3. You'll see a 500 Internal Server error.
We need to either redirect the user back to the homepage, or to display a 404 error page to the user.
For the mobile site, a 404 page does display at:
https://spark.allizom.org/en-US/m/global
But the "Go to the homepage >" link does not actually return the user to the homepage.
| Reporter | ||
Updated•15 years ago
|
Target Milestone: --- → 2.0
Comment 1•15 years ago
|
||
The user is now redirected to the homepage when the requested URL doesn't exist.
Fixed in commit:
https://github.com/mozilla/spark-eol/commit/568c060bbd0b5f37950c9205263f23118583ee4d
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 2•15 years ago
|
||
verified fixed https://spark.allizom.org/en-US/home
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•