Wordpress downloads the page and does not display

Asked

Viewed 1,042 times

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.

  • 2

    He even restarted apache after the change?

  • No, I have to contact the administrator of my site.

  • 1

    For do this, normally restarting normalizes.

  • 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...

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.