Actions
Bug #894
closedmod_redirect sends an HTTP 301 status (Moved Permanently).
ASK QUESTIONS IN Forums:
Description
mod_redirect sends an HTTP 301 status (Moved Permanently).
Problem is this is a PERMANENT redirect, and browsers will cache this. So if you change your redirect in lighty's config, browser keeps going to the previous value.
mod_redirect should send a HTTP 302 status (307 would actually be better).
Updated by spillgroup about 18 years ago
I think a 302 would serve as a good default, but ideally it would be configurable just like Apache:
http://httpd.apache.org/docs/1.3/mod/mod_alias.html#redirect
Updated by jfk almost 18 years ago
My vote, just had to change the source to give out 302s.
Updated by jan over 17 years ago
- Status changed from New to Fixed
- Resolution set to fixed
In 1.5.0 is
url.redirect-code = 302
Actions
Also available in: Atom