09-24-2018, 10:59 PM
Just following up, maybe it will help someone else out. I use htaccess to get "pretty links"
Going to PHP 7.2 from 7.0 requires you to wrap your rewrite rules in <IfModule mod_rewrite.c> ...... </IfModule>
Otherwise you end up with some 406 errors or other failures. I had error reporting on, but no errors were being reported, which makes sense because I don't think I was processing php code at all at the point it died. Probably not even a userspice thing
Going to PHP 7.2 from 7.0 requires you to wrap your rewrite rules in <IfModule mod_rewrite.c> ...... </IfModule>
Otherwise you end up with some 406 errors or other failures. I had error reporting on, but no errors were being reported, which makes sense because I don't think I was processing php code at all at the point it died. Probably not even a userspice thing