• Hi, I am facing an issue. I used this https://www.ads-software.com/plugins/eps-301-redirects/ plugin to setup redirection of the link mentioned above from /yummy to /yummy-menu. After which I have deleted the plugin temporarily, now the redirection is still working, I have tried clearing the site cache, browser cache and tried again but the redirection is still working. I have even checked for .htaccess redirection or some code snippet doing it in functions.php, or any other places.

    Now there is nothing wrong with the redirection, I just want to know like why it is still happening even though I have deleted plugin.
    I have also made sure that there is no code snippet added in the functions.php, so why the redirection still working. Can you help me with this ?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Login to your host, and load the File Manager and see if there is a folder under the root path named /yummy/ or perhaps /eps/ – there may be a folder on the server with an index file for your redirects.

    Alternatively, use phpMyAdmin and select from the _options table where option_value equals rewrite_rules

    Option 3 is to search your db using a plugin like this:

    https://en-ca.www.ads-software.com/plugins/better-search-replace/

    Thread Starter onlyonclick

    (@onlyonclick)

    I was not able to find any directories in the filesystem matching the name “eps” or “yummy”. I have also searched for a index.php which might be redirecting but still no such content found in those index.php which might have been used for redirection.

    Although searching in the database for /yummy-menu keyword, I found a table namely “wp_bv_fw_requests” which contains entries keywords like “yummy-menu”. Other than that I found no traces of keywords like yummy-menu.

    Anything else which I might need to check ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Redirection issue in the WordPress site’ is closed to new replies.