Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.