1
The problem is this, after migrating wordpress from one hosting to the other occurs a problem, it does not display anything just download a file called "download", I had this same error once but it was solved by the hosting itself.
.htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Is . htaccess just that? Your new hosting is Apache or is it IIS?
– Guilherme Nascimento
Apache my comrade
– João Victor Gomes Moreira
If you could give me more details it would make it easier
– Guilherme Nascimento
There is not much detail, that’s pretty much it, I migrated the site by backup of Cpanel and then already started to give this error, it simply downloads a file called "download".
– João Victor Gomes Moreira
Whatever the problem with this file, try to open in Notepad.exe?
– Guilherme Nascimento