2
Good afternoon! I have the following problem, some pages in the WP control panel are downloaded instead of loading normally when I try to access them. This happened after I edited the . htaccess, I restored the same and nothing to solve it.
Follow an example of what is happening:
When I click Add post the page does not load but downloads a file called Edit.php.
.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
Thank you in advance.
He even restarted apache after the change?
– Diego
No, I have to contact the administrator of my site.
– Thiago
For do this, normally restarting normalizes.
– Diego
This has nothing to do with the .httaccess... Go on updates, have wordpress reinstalled, see if it comes back. And enjoy adding the plugin Wordfence.... Tell me if it worked out well...
– Ramos