Disable your all plugin from database (phpmyadmin)
UPDATE wp_options SET option_value = ” WHERE option_name = ‘active_plugins’;
connect from backoffice
and active all plugin, only simple-breaks.
Ok, past only this in your 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
Best solution,
Backup your database and delete it;
Backup your theme ;
Delete all files in your Ftp ;
Re install WP ;
Re install your database ;
Re install your theme ;
Re install your Plugin ;
Debug (If you are dev WP, no problems) ;
Step by Step :
– Change permalinks strucutre, just with ID (no rewriting))
– Delete the content of your htaccess file
– Reload your front office
– regenerate your htaccess file in your WP dashboard go to Settings – Permalinks – then select your preferred structure (typically ‘post name’) and the save changes.