Ask Your Question
3

What causes a redirect loop while trying to access wp-admin, when it is functioning as a subdirectory to another CMS system?

asked 2023-06-03 07:15:39 +0000

woof gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-06-03 07:30:01 +0000

david gravatar image

There are a few possible reasons for a redirect loop while trying to access wp-admin as a subdirectory to another CMS system:

  1. Incorrect configuration in the .htaccess file - The .htaccess file is used to set rules for the web server. If the file is misconfigured, it can cause a redirect loop.

  2. Conflict between CMS systems - If the two CMS systems are trying to use the same URL structure or URLs, it can cause a conflict that results in a redirect loop.

  3. Incorrect WordPress settings - If WordPress is not configured to run as a subdirectory, it can cause a redirect loop.

  4. Incorrect server settings - If the server is not configured to handle subdirectories, it can also cause a redirect loop.

To troubleshoot the issue, it's best to check the .htaccess file, make sure WordPress is correctly configured as a subdirectory, and check the server settings.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-03 07:15:39 +0000

Seen: 1 times

Last updated: Jun 03 '23