Hi, thanks for your replies, it's good to see something pointing to where the problem actually is.
I am still having problems figuring out exactly why this is a problem, or more to the point why now because this is supposedly the bit of nginx conf that is breaking it:
location /RedeemVoucher {
rewrite ^/RedeemVoucher/?$ /make_booking.php;
}
... and this is another example above that it's not complaining about:
location /AddCourse {
rewrite ^/AddCourse/?$ /add_course.php;
}
As you can see, their format is the same, and this format is used on the other working sites. I'm not sure it matters but I did notice here that it contains capital letters, which the error does not.
So I thought maybe I should test with that block commented out. Still broken. Tried the logging link you gave me, no sign of that error but it still breaks the same in the following section anyway.
So I put it back in. Tested with logging. I can't find "HTTP2_SESSION_RECV_INVALID_HEADER" anywhere in it still, with the find tool too.
Bence, would you be able to advise on if that rewrite block is incorrect?
Thanks,
- David