• Resolved patrick5897

    (@patrick5897)


    What I did:

    I had two wordpress websites on two different machines running (Ubuntu 18.04) and I wanted to move one website to the other machine that both run on one server. So I followed these steps:

    1) Copied the whole wordpress folder to the other machine (apache root with new subfolder) 2) Edited the wp-config.php 3) Created a backup of the mysql database (whole database) 4) Created a new mysql database on the other machine 5) Created a new database user for the new database with all privileges on it 6) Imported all the data from the mysql backup to the new database

    Thats roughly all what I did. Also I created a certificate with lets encrypt on the old machine and https worked fine with my website.

    What I tried to solve the problem:

    1) Cleared all website data 2) Added the correct site url in wp-config for “WP_HOME” and “WP_SITEURL” 3) deactivated all plugins and themes 4) Deleted .htaccess file 5) Created new default .htaccess file 6) set “FORCE_SSL_ADMIN” to true 7) restart apache and mysql service 8) Replace files with files latest wordpress release (index.php, release, license, wp-admin, …)

    Sadly none solution mentioned above worked. I searched the web for many hours but I couldn’t find any other possible solution. I don’t know what I did wrong. :/

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

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WordPress admin panel redirect and none solution works’ is closed to new replies.