"Too many redirects" error for some users

0

Some users are receiving an error message when attempting to access our admin page, i.e. xxxx.com/admin. Others are able to access it easily. We have tried clearing caches, removing cross-tracking, etc for the individual users and it continues to be a problem. The entire error is: "Too many redirects occurred trying to open https://xxxxx.com/admin/index.php. This might occur if you open a page that is redirected to open another page which then is redirected to open the original page"

Any ideas? I assume I need to change a configuration in my record set, but have no idea what caused this suddenly, or how to fix it.

질문됨 5년 전4535회 조회
3개 답변
0

Doesn't sound DNS-related. Probably something in either your web server or your Wordpress configuration.

RobMM
답변함 5년 전
0

Hello,

The error "Too many redirects" occurs when your website is stuck in a redirect loop. Kindly check your server configuration for any redirection rules that could result in a loop.

The error could also be caused due to an HTML/PHP/JS page which redirects to another page which inturn redirects again to previous page

The redirection configuration will need to be done on the server itself. Route 53 is a DNS service and it only resolves your Domain name and returns the IP address of your server.

AWS
답변함 5년 전
0

The "Some users" makes this a bit confusing. Agreed that this is likely something either in the httpd/nginx config or in the application. A common scenario is http-->https redirects when dealing with a load balancer, and not having the traffic flow/apache configs setup correctly.

Are you restricting the /admin page to specific subnets/ips..e.g. based on whether they are on a vpn or not? that would also (likely) be something in the apache config somewhere.

답변함 5년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠