• Hello, after creating a staging site using Softaculous the live website automatically redirects into the test and I can’t access it anymore.

    I thought deleting the site test may be the solution, but it didn’t work and now the redirect is to an empty website.

    I can’t access the wp-admin page of the live site or the admin page of test one either (as I deleted it).

    From Cpanel in the File Manager I can see two suspicious folders:

    https://ibb.co/pZCkd9x

    The hosting provider says it’s a database issue, so not their business, but I don’t know how to proceed.

    Can anyone help me out?
    Thanks

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

Viewing 1 replies (of 1 total)
  • Hi @edge24ema

    Copy the following code to the wp-config.php

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

    Or you can follow this link for changing the redirect URL for the domain.

    Changing The Site URL

    Hope this helps you.

Viewing 1 replies (of 1 total)
  • The topic ‘Live site redirect to test site created with Softaculous’ is closed to new replies.