rengooo 0 Posted October 5, 2020 Share Posted October 5, 2020 (edited) Hey, I'm trying to install IPS on my Debian WSL with nginx but it's giving me an ERR_TOO_MANY_REDIRECTS error? Any idea what could be causing this? Edited October 6, 2020 by rengooo Link to comment Share on other sites More sharing options...
mr-pimpen 387 Posted October 5, 2020 Share Posted October 5, 2020 try and clear your cookies that might do the trick and if so try a different web browser when I load your site, I was like a vampire, slept for thousands of years and just now is my first glimpse of light haha. Link to comment Share on other sites More sharing options...
rengooo 0 Posted October 5, 2020 Author Share Posted October 5, 2020 1 hour ago, mr-pimpen said: try and clear your cookies that might do the trick and if so try a different web browser Tried both already, didn't work unfortunately. Link to comment Share on other sites More sharing options...
rengooo 0 Posted October 6, 2020 Author Share Posted October 6, 2020 bump Link to comment Share on other sites More sharing options...
mr-pimpen 387 Posted October 6, 2020 Share Posted October 6, 2020 45 minutes ago, rengooo said: bump you dont have to bump the topic we can see it in the side bar!!! did you check everything in the php version and your server side is your HTTPS (SSL) set correct when I load your site, I was like a vampire, slept for thousands of years and just now is my first glimpse of light haha. Link to comment Share on other sites More sharing options...
PlanetMaster 20 Posted October 11, 2020 Share Posted October 11, 2020 Make sure your domains vhost file has the proper nginx rewrite for IPS, this will fix the redirects. location / { index index.php; try_files $uri $uri/ /index.php?$uri&$args; rewrite ^ /index.php? last; } Link to comment Share on other sites More sharing options...
Recommended Posts