Hi,
I am facing issue setting a redirect to a URL with circular brackets...
For e.g. http://www.domainname.com/blog/this-is-an-(url).com
The database entry for the redirect shows the correct action_data column value. But the browser finds the URL as http://www.domainname.com/blog/this-is-an-url.com [without brackets] and thus shows 404 error.
I replaced %28 & %29 in action_data value for the URL to replace the brackets, but no success.
Any sort of help is appreciated.