That can be possible problem. I copied exactly what I had at the other host, but there is a chance that it’s not good here…
Yes it all went wrong after I migrated, set up everything…beforehand all worked.
This is the current .htaccess:
# 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