• Resolved TheViv

    (@octotoot)


    Seems to be a problem when having Really Simple SSL activated and then cloning the site – all kinds of havoc occurs on clone site. When I disabled it, problem goes away. I am using ManageWP for cloning. Thoughts?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    Hi @octotoot,

    Do you have some more details on the problems you are experiencing?

    Without such details I have to guess. But my first guess would be that your destination site does not have an SSL certificate, or that the server setup is different. If there is no SSL certificate, there are several solutions:

    – install a certificate on the destination site
    – use a remote deactivation procedure (https://really-simple-ssl.com/knowledge-base/uninstall-websitebackend-not-accessible/)
    – Deactivate Really Simple SSL before cloning

    In case of a different server config, there can be several causes: for example if the current server needs a .htaccess redirect with RewriteCond %{HTTPS} !=on [NC] but the destination server uses RewriteCond %{HTTP:X-Forwarded-Proto} !https, this could lead to redirect loops if you just copy the site.

    So generally speaking, if the server is completely different, it might be better to deactivate the plugin, then do a fresh activation so the plugin can detect the server setup and configure accordingly.

    If you can provide me with more details, I might be able tell you more.

    Thread Starter TheViv

    (@octotoot)

    This is a clone site. Sits on same server. I will disable SSL when I clone.

    Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    If the domain is a subdomain, for example staging.domain.com, you probably don’t have an SSL certificate on the subdomain: this would require a wildcard certificate. Disabling SSL will then resolve the issue.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Cloning Problems’ is closed to new replies.