Unable to remove 301 Redirects
-
I recently installed the Simple 301 Redirects plugin to start testing out how I could use it with a major site migration I have coming up. I tested two different kinds of 301 redirects, the first round more simple, the second round incorporating a hash tag to call data from an xml file.
The first series of redirects that were similar to request: /tv and destination: https://awmi1988.www75-98-168-72.a2hosted.com/video/tv worked just fine.
The second series of redirects that were similar to request: /tv/2014/week05 and destination: https://awmi1988.www75-98-168-72.a2hosted.com/video/tv/#/2014/week05 did not work.
Now I want to clear out all of the redirects I created with the plugin and start from scratch. However, after removing the 301 redirects from within the plugin, all of the pages are still being redirected, many of them incorrectly. Here are the steps I have taken to troubleshoot the problem so far:
- Cleared all browser history, cache, and cookies. Then restarted the browser.
- Uninstalled the 301 Redirect Plugin, deactivated all other plugins, and cleared all browsing history, cache, and cookies again.
- Checked the wp_options table… 301_redirects… but the only code I found was:
a:0:{}
. I then deleted this code – just in-case. - Checked my .htaccess file to ensure they were not somehow stored there.
Confirmed that it was not a caching issue with my browser by visiting a redirected webpage from a different computer
Despite my efforts to remove all of those 301 Redirects, all of the pages I tested are still being redirected. I am starting to think that Simple 301 Redirect really does operate by black magic! Any recommendations on how to fix this issue would be greatly appreciated.
- The topic ‘Unable to remove 301 Redirects’ is closed to new replies.