WordPress is Re-directing My Website – Not from The .htaccess File
-
Hi,
I’ve got a real strange situation going on. I’ve recently moved my wordpress site from a VPS server running Apache to a Cloud droplet running Nginx.
All was fine for a while and I was working in the dashboard last week with no problems. Then suddenly yesterday the site started re-directing to one of the other domains on my droplet.
I set HOME and SITE URL in the wp_config file to the appropriate Location and things were back on line for a short while.
define( ‘WP_HOME’, ‘https://tacklepro.nz’ );
define( ‘WP_SITEURL’, ‘https://tacklepro.nz’ );Today there is another redirect to https://tacklepro.nz/1/ and I have no idea where it has come form or how to fix it. I ran the the SSL Server Report and it says re-direct by WordPress 301 Permanent
https://www.ssllabs.com/ssltest/analyze.html?d=tacklepro.nz
The Database shows the Correct Home & Site URL
I was thinking of Copying the files to the /1 directory but would rather just get rid of the re-direct if I canIs anybody able to help me with this? I’d appreciate any suggestions
Many Thanks in advance
Matt
The page I need help with: [log in to see the link]
- The topic ‘WordPress is Re-directing My Website – Not from The .htaccess File’ is closed to new replies.