310 redirect badly built URLs

Out of context: Reply #3

  • Started
  • Last post
  • 4 Responses
  • emecks0

    no really??

    to make it clear that I am not a complete dillitant:

    I have tried:

    RewriteRule ^some%10idiot http:www.mydomain.com/some-idiot [R=301, L]

    RewriteRule ^some\%10idiot http:www.mydomain.com/some-idiot [R=301, L]

    RewriteRule "some%10idiot" http:www.mydomain.com/some-idiot [R=301, L]

    and none of them work, I have also found plenty of tutorials on removing spaces, the problem is that %10 is NOT a space character...

View thread