Ticket #894 (closed defect: fixed)
mod_redirect sends an HTTP 301 status (Moved Permanently).
| Reported by: | marc | Owned by: | jan |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5.0 |
| Component: | mod_redirect | Version: | 1.4.13 |
| Severity: | normal | Keywords: | |
| Cc: | Blocked By: | ||
| Need User Feedback: | no | Blocking: |
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).
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

