I’ve built an application with symfony and after logging in, people are redirected to the main admin page using a standard redirect. However, this doesn’t work in IE6. Is there an easy way to fix this?
HTTP headers should work under IE6 unless redirecting is disabled. What’s your current code?