Bug#1033284: apache2 2.4.56-1 redirects not normal working appeared %3f
Dear Debian-Team, We also had a problem with broken redirects after upgrading to 2.4.56-1. The cause seemed to be, that the REQUEST_URI contained the complete URL and not only the request path. Downgrading back to 2.4.54-1 fixed it. Thanks - Martin
Bug#1033284: apache2 2.4.56-1 redirects not normal working appeared %3f
Package: apache2 Version: 2.4.56-1 Hello. I used to redirect RewriteRule ^test\.php$https://www.test.com/? [R=301,L] Result test.com/test.php 301 >https://www.test.com/ After upgrading to the 2.4.56-1 Result test.com/test.php 301 >https://www.test.com/%3f What is the problem can you fix it?