How to get rid of crawling errors due to the URL Encoded Slashes (%2F) problem in Apache
- by user14198
The Google web crawler has indexed a whole set of URLs with encoded slashes (%2F) for our site. I assume it has picked up the pages from our XML sitemap file. The problem is that the live pages will actually result in a failure because of the Url Encoded Slashes Problem in Apache.
Some solutions are mentioned here
We are implementing a 301…