Subject: | web:redirect doesn't work with latest mozilla firefox version |
Running perl version 5.8.4
AxKit version 1.6.2
Apache version 1.3.29
GNU/Linux kernel 2.4.25-040218
Redirects using web:redirect e.g.
<web:redirect>
<web:uri>/account.xml</web:uri>
</web:redirect>
No longer work when accessing sites using Mozilla (with a default setup). Same redirects still work in Internet Explorer.
Strangely, redirects that set the web:secure tag to yes, work in both browsers.
e.g.
<web:redirect>
<web:uri>/account.xml</web:uri>
<web:secure>yes</web:secure>
</web:redirect>
This will work in either browser.