• This is not a first time that happens.

    I was posting a recipe in a blog and the permalinks settings resetted so actually all the recipes in this main page: blog.dolci.it were not working and giving a 404 error.

    I had to go in every blog dashboard -> Permalink panel and resave the option and the problem was fixed.

    Upto now my site has a few blog but this can be a big problem once the blogs are a lot.

    Anyone knows why this happen and how i can resubmit the permalinks structure for all the blogs without doing it one by one?

    thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    You have a plugin or theme causing this, most likely. The standard WP debugging methods apply :/

    You can force WP to regenerate them by deleting the rewrite_rules option key in the wp_options table for each site (so wp_2_options etc)

    Thread Starter dynamoproductions

    (@dynamoproductions)

    Thank you Ipstenu.

    Deleting like this:

    delete from wp_10_options where option_name = 'rewrite_rules' ;

    or like this:

    update wp_10_options set option_value = '' where option_name = 'rewrite_rules';

    ?

    Edit: I tried the update options and the blog regenerated the key on my stage: http://blogdolci.dynamoproductions.it.

    I hope the reset will never happen again if yes i will try this suggestion. The plugin that I think made the rules reset was Yoast SEO.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Yoast SEO doesn’t do that generally (I’m running it and it’s never been a issue at least)

    Update works fine 🙂

    Thread Starter dynamoproductions

    (@dynamoproductions)

    That one is the last plugin i installed before the reset happened, that’s why i suspect it was it. Anyway i will retry to install the plugin now that i have a quick way to fix the potential problem.

    thanks!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Permalinks resetting :(’ is closed to new replies.