On my site i have saved some of the users searches but if they enter a string with special characters then my mod_rewrite rule gives a 400 Bad Request.
How can i fix it?
RewriteRule ^search/([^/\.]*)/?$ /index.php?page=search&string=$1 [NC,L]
for example, If a saved search is:
/search/%spong%US%/
Thanks