How can I use .htaccess to replace all instances of "/test/" in a URL with "/TEST/"?
For example, http://example.com/folder1/test/picture.gif should turn into http://example.com/folder1/TEST/picture.gif
And http://example.com/folder1/test/index.php should turn into http://example.com/folder1/TEST/index.php