Cancelling redirects

I have some pages that were superseded a while ago, and so at that time I put a redirect on (in .htaccess) to send people to a relevant alternative page.

Now I would like to reinstate pages at the same URL as the old ones, but even though I have removed the redirects (and in some cases, removed a long time ago) the server is still applying them. I did wonder if that is because my browser has somehow cached the redirect, but the server logs show hits on both the URL in question (301) and the previous destination (200).

Is there any way to instruct the server to not apply a redirect to those URLs?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.