I want to change my website's all route(url) with ending / in .htaccess file. i.e:
http://example.com => http://example.com/
http://example.com/1/id=1 => http://example.com/1/id=1/
http://example.com/pages/mgmg => http://example.com/pages/mgmg/
Pls, I have a little exp in Apache's .htaccess, teach me...