• Resolved delta007

    (@delta007)


    Hi, I was wondering where the data for the latest 20 404 redirects statistics is stored within my WordPress installation, as well as the stat counter data for total number of redirects since installed.

    From what I can tell it is not stored as a table within in the database and I can’t seem to see anything in the plugins folder either (unless I missed it).

    I am currently doing some maintenance on my installation and I don’t want to accidentally effect this, just wanted to check where the statistics is stored so I can avoid causing a problem.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Adam Salah

    (@adam1318)

    Hello @delta007

    Thank you for contacting support and we’re pleased to assist you.

    You can review the redirections in the database in all_400_redirectrs table.

    Thank you and have a wonderful day.

    Regards

    Thread Starter delta007

    (@delta007)

    Hi, thanks for getting back to me.

    I had a look for the table name “all_400_redirectrs”, but I could not find it listed in the database.

    Is there anywhere else it could be?

    Thanks.

    Plugin Contributor Adam Salah

    (@adam1318)

    Hello, @delta007

    Thank you for your feedback.

    Well, you will review the data in wp-options and here’s belwo a query to bring the data

    select * from wp_options where option_name = ‘options-404-redirect-group’;

    Thank you.

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.