• Resolved rathodpruthvi

    (@rathodpruthvi)


    I successfully created a Duplicator package, and successfully installed it as well.

    But I’m getting the following issue afterwards.

    I have already tried the following and they don’t seem to work.
    – Renaming the plugins folder to deactivate all plugins
    – Resetting the .htaccess file
    – Updating wp_config with siteurl and home
    – Resetting browser cache

    Note : My source website had a MariaDB and my destination website has a MySQL DB. Could that have caused this? The package creation and installation were completely successful without any warnings or errors.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support mohammedeisa

    (@mohammedeisa)

    Hello @rathodpruthvi,

    Thanks for reaching out to us. I will do my best to help you.

    I understand you successfully restored a backup but encountered the error “Too many redirects”.

    To resolve this issue, please check the wp-config.php file and ensure that the site URL and home are correctly set there.

    Please let me know if this resolves your issue.
    Thanks!

    Thread Starter rathodpruthvi

    (@rathodpruthvi)

    Hey @mohammedeisa ,
    Thanks for reaching out.
    I've already tried that out and other plenty of other solutions and have written the same in the ticket description.

    I'll write them here again-
    I have already tried the following and they don’t seem to work.
    – Renaming the plugins folder to deactivate all plugins
    – Resetting the .htaccess file
    – Updating wp_config with siteurl and home
    – Resetting browser cache

    There's another update on the situation-
    I was able to resolve the 301 redirects by enforcing HTTPS by changing:

    .htaccess file -
    BEGIN WordPress
    RewriteEngine On
    RewriteBase / Redirect all HTTP requests to HTTPS
    RewriteCond %{HTTPS} !=on
    RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
    RewriteRule ^index.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    END WordPress

    And wp-config.php file :
    define('FORCE_SSL_ADMIN', true);
    if (strpos($_SERVER['HTTP_X_FORWARDED_PROTO'], 'https') !== false) {
    $_SERVER['HTTPS'] = 'on';
    }

    New issue after fixing the 301 redirects:
    1. Unable to access the website via http
    2. Mixed content error, due to which no stylesheets/js is getting loaded.
    Plugin Support mohammedeisa

    (@mohammedeisa)

    Hi @rathodpruthvi,

    We understand that you’re facing an issue that requires further investigation, and it may involve sharing log files containing sensitive information about your website. Unfortunately, such sharing is not allowed in www.remarpro.com forums for security reasons.

    To ensure your privacy and get the necessary support, kindly contact us through the form on our Contact Us page, and we’ll be more than happy to assist you promptly:

    https://duplicator.com/contact/?form=1

    Looking forward to hearing back from you.

    Thanks!

    Plugin Support mohammedeisa

    (@mohammedeisa)

    Hi @rathodpruthvi,

    I’m closing this support topic for inactivity. Please don’t hesitate to contact us in a Support Topic if you need any help with Duplicator.

    Thanks! 

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Getting a ‘[URL] redirected you too many times.’ after successful installation’ is closed to new replies.