I wonder if anyone can solve this one for me. I have some inbound links to my site which are: www.mysite.com/%20 these links are generating 404s I want to put a rewrite rule in my htaccess to rewrite/redirect this to the root domain,. however as %20 is a special character (space) I'm struggling with the syntax. anyone have any ideas?
Well - I actually already have a trap for 404 - to the search page. What I'm trying todo is trap/rewrite the request so it can return a 200 instead.