• Hello everybody.
    I made a really dumb mistake this day.
    I accedently changed the permalink from https:// to https://
    Now I cant connect to my website anymore, that means I cant upload a backup.
    What should I do?

    Thank you guys ;D

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator bcworkz

    (@bcworkz)

    Do you mean the home and site URL fields on the settings page?

    Access the phpMyAdmin app, usually through your hosting account. Identify your WP database in the left sidebar and expand it to display the table names. Click on the wp_options table (the “wp_” part may be different if it was changed in wp-config.php). It’s recommended you make a backup SQL file of the table through the export tab before making changes.

    Locate the siteurl and home option_name entries. They should be one of the first entries. Click the edit link for each one and alter the problem option_value, then click Go to save your change. Your site will now behave as before.

    Thread Starter kaywer3c

    (@kaywer3c)

    Yes, exactly.

    I did understand, where I can open the database, but apperently, my website doesnt had a database yet.

    What should I do now ?

    connect FTP (or SFTP if it’s available on your host) to access your site files
    Edit your wp_config.php and Add these two lines to your wp-config.php, where “example.com” is the correct location of your site.

    define( 'WP_HOME', 'https://example.com' );
    define( 'WP_SITEURL', 'https://example.com' );
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changed Permalink’ is closed to new replies.