Hi,
How do I remove all instances of // in the url?
This problem is giving me 100,000+++ 404 errors and duplicate content issues in Google Webmaster tools.
For example,
onlinediamondbuyingguide.com//Essential-Education//Diamond-Clarity.html
Because of the //, the entire nagivation and side bar returns rubbish links that propagate more duplicate content and 404 errors.
The Link Below shows how it works normally and is OK.
[
onlinediamondbuyingguide.com ]
Navigation and everything works fine.
The funny thing is, in any wordpress blogs, any instances of // gets removed automatically. How did they do that?
how can I code the htaaccess to remove instances of // and replacing it with / whenever it encounters them?
Anyone can help on this?