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?
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
2 matches
Mail list logo