Forums
(@dax)
19 years, 9 months ago
I’m having the same problem. Seems to have just appeared during an upgrade to 2.0.3
You can fix it by adding this line:
update_option(‘rewrite_rules’, ”);
into a an init function:
add_action(‘init’, ‘clear_htaccess’, 2);