Suppose I have a URL http://www.example.com/category/Travel%20Accessories which is now changed to http://www.example.com/category/TravelAccessories (%20 is removed) can some one tell how using nginx I can redirect request for http://www.example.com/category/Travel%20Accessories to http://www.example.com/category/TravelAccessories . Please note Travel%20Accessories is one example there many other such url where that space(%20) is removed
Regards Rishi