I have a htaccess problem with some URLs that contains the % simbol.
For example: .......he-lost-10%-of-his-money.html
Bad Request Your browser sent a request that this server could not understand. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
In my htaccess:
RewriteRule ^([^/]+).html$ abc.php?url=$1 [L]
What must I do?