I have two issues. I've got Xenforo 2 running on CMM. I'm using friendly urls with the default setup defined by Xenforo for the friendly URLs on nginx: location ~ \.php$ { try_files $uri =404; fastcgi_pass 127.0.0.1:9000;...