Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author miunosoft

    (@miunosoft)

    Hi,

    I’m not sure what the cause is but it can be that the plugin tries to use the site url stored in your database but your server tries to redirect you to the mapped url.

    In that case, can you try inserting the following line in your wp-config.php?

    define('WP_HOME','https://example.com');
    define('WP_SITEURL','https://example.com');

    where https://example.com is your site domain.

    Thread Starter sebstof33

    (@sebstof33)

    Thanks for the quick reply.

    But as mentioned we use multisite with many domains.
    So it would not be possible the use your workaround, right?

    Plugin Author miunosoft

    (@miunosoft)

    So did you try the suggestion?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Infinite Loop’ is closed to new replies.