Every time i click on pages or all pages in wp-admin, I download a php file instead of viewing the pages. I've heard this can be a htaccess file issue but can't locate it to edit and debug. I've disabled all plugins a...
Accepted Answer:
Hello
You can create a new .htaccess file in the WordPress main directory. You can use the default WordPress .htaccess file:
```
BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^ind...
5 •
•
By
tsegreti
DigitalOcean
WordPress
Ubuntu 18.04