binarious Posted June 10, 2019 Share Posted June 10, 2019 Hi, I have problems adding LanguageSupportPageNames to my site. Everything works fine without it, but after the installation of this module subpages stop working. Chrome says "Too many redirects". I haven't configured anything language-related, yet. I tried: curl --head https://mysite/subpage Which returns (removed irrelevant headers): HTTP/1.1 301 Moved Permanently Server: nginx/1.17.0 X-Powered-By: ProcessWire CMS Location: /subpage Inside LanguageSupportPageNames.module line 139 the call to verifyPath always returns "/subpage" for that request. Any ideas what's wrong? Thanks in advance. Link to comment Share on other sites More sharing options...
binarious Posted June 10, 2019 Author Share Posted June 10, 2019 Already found the issue. $_GET['it'] wasn't filled, because my nginx configuration missed that part. Fixed it with adjustments mentioned here: https://processwire.com/talk/topic/275-processwire-on-nginx/ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now