Welcome! Log In Create A New Profile

Advanced

Re: Error: Too many redirect when redirect sharepoint site

Francis Daly
February 23, 2018 07:26AM
On Thu, Feb 22, 2018 at 04:26:15AM -0500, sonpg wrote:

Hi there,

> I have a problem when i redirect sharepoint site, it get error "redirected
> you too many times". I tried to clear cookie but not work

I suspect that this has been overtaken by a later mail thread, but just in case...

> http {
> # Redirect sharepoint site
> server {
> listen 80 ;
> server_name ecm.test.com;
> rewrite ^(.*) http://ecm.test.com permanent;
> }

That part there is a redirect loop.

A request from the client for http://ecm.test.com/anything will get a response
of a http redirect to http://ecm.test.com; that request will get a
response of a redirect to http://ecm.test.com; and you are in a loop
that the client should report.

f
--
Francis Daly francis@daoine.org
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Error: Too many redirect when redirect sharepoint site

sonpg February 22, 2018 04:26AM

Re: Error: Too many redirect when redirect sharepoint site

Francis Daly February 23, 2018 07:26AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 203
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready