WP Not working after moving
-
Hi.
I had my wp-site in a temporary folder with everything working perfectly, and now just moved the wp-site to a different folder so it would match with the new domain name. It never opens up https://www.mydomain.com, just loops endlessly without showing my static front-page, when Permalinks are set to ‘Post name’.
However, if I directly goto https://www.mydomain.com/index.php, everything is working just fine. It’s also working just fine if I change Permalinks to ‘Default (www.mydomain.com/?p=123)’.
So, what could be the problem here? As mentioned, entering https://www.mydomain.com directly, just loops endlessly. Tested clearing cookies, doesn’t help.
This runs on Ubuntu linux under Apache web server.
My wordpress-directory/.htaccess looks like this;# 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
Any help is appreciated ?? Thanks
- The topic ‘WP Not working after moving’ is closed to new replies.