Thread Starter
japerk
(@japerk)
I installed some security plugins that did modify the main .htaccess. I just emptied and re-saved permalinks, and I’m still getting 500 errors. All the .htaccess has now is this:
# 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
Thread Starter
japerk
(@japerk)
Re-saving the permalinks didn’t fix the problem, but it did have an effect. Now the post slugs for drafts are 500 errors instead of 404.