Strange server redirections after moving wordpress
-
Hi there,
I have moved wordpress server from one hosting company to another. I have just copy&pasted everything & changed the wp-config file. The domain/urls stayed the same.
Now it’s about https://ipad-mini.biz. Be careful to visit this one first – for me this works very well when I put into Chrome (anonymous mode). I can even go to the login page and login and change everything. I can visit any page.
However, somehow this does not work in Firefox. It also doesnt work for other clients/servers, such as https://www.internetofficer.com/seo-tool/redirect-check/ – it’s getting redirected to the install.php everytime! HOW CAN DIFFERENT BROWSERS HAVE DIFFERENT REDIRECTS AT ALL??
The blog should be on ipad-mini.biz (without www) and with www there’s a wrong redirection to “install.php” as well. Without www it works (mostly) in Chrome but not in Firefox. VERY STRANGE! This is the .htacess I have used (like the rest it was moved from the previous installation on the previous server to the current one):
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
If i delete the .htaccess I get 404 errors for any page I visit. It’s REALLY strange. Any idea?
[No bumping. If it’s that urgent, consider hiring someone.]
- The topic ‘Strange server redirections after moving wordpress’ is closed to new replies.