View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005009 | OXID eShop (all versions) | 4.09. SEO, SEO URL | public | 2013-03-21 10:36 | 2013-04-08 14:34 |
Reporter | Bergfreunde | Assigned To | |||
Priority | high | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.7.3 / 5.0.3 revision 54408 | ||||
Fixed in Version | 4.7.5 / 5.0.5 | ||||
Summary | 0005009: Redirect in case of an error must be 307 and not 301/302 | ||||
Description | Redirect in case of an error must be 307 and not 301/302 307 in case of error In 4.5.3 this fix was added https://bugs.oxid-esales.com/view.php?id=3244 It seems that it got lost. Reason: Modern Browser cache a 301 according to rfc. http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.2 [^] Note: A SEO-Redirect (old url to new one) must be a 301. 307 and not 302 And the redirect changed because of https://bugs.oxid-esales.com/view.php?id=4319 should be an 307 like d3 said and not a 302. Reason: SearchEngines don't like 302 because of url-hijacking (see http://de.wikipedia.org/wiki/HTTP-Statuscode) | ||||
Tags | 301, 302, 307, Redirect | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
related to | 0003244 | resolved | arvydas_vapsva | Newer Browser are caching 301 Redirects |
related to | 0004319 | resolved | Linas Kukulskis | permanently redirect 301 to offline.html should be 307 |