Going through webmaster tools I see a bunch of pages that are coming to my site with %20 added to the link (probably a wysiwyg editor interpreting an additional space). Going to that persons page and looking at the source confirms the actual link has %20 appended my url.
Eg. [
mydomain.com...]
Adding a space before hitting return when manully entering the url in a browser isn't a problem as I understand it. I beleive the browser ignores the whitespace. But adding the %20 to the link throws a 404 error.
I've been looking at rewrite rules for .htaccess but am having no luck. Any help would be greatly appreciated.
Thanks.