In my http logs I see: "GET /category/f%C2%ADile-to-download/ HTTP/1.1" 301 instead of "GET /category/file-to-download/ HTTP/1.1" 200 I discovered that %C2%AD is a soft hyphen (invisible symbol).
I need to check if a query to Apache contains a soft hypen and if it does to remove it. Any suggestions on the best method to locate soft hyphen and remove it? I made some tests with RewriteRule, but got stuck.
Thanks!