If I wanted to redirect the following:
http://www.example.com/test to http://www.example.com/test/
Would the following code do just that?
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /test\ HTTP/
RewriteRule ^test$ http://www.example.com/test/ [R=301,L]
I don't want http://www.example.com/test?2q432432 rewritten to http://www.example.com/test/?2q432432. Or any other possible options to work. just the version without the / to the version with the /