css
c
xml
python
database
linux
android
regex
mysql
objective-c
silverlight
json
perl
algorithm
cocoa
tsql
delphi
mvc
asp
postgresql
Agree with ThinkingMonkey, but I'd apply the following in your site's .htaccess(as you need the 301-redirect, I assume):
RewriteEngine on RewriteBase / RewriteRule ^category/233/incontinence$ /browse/652/free_wipes [NC,R=301,L]
It seems like ISAPI_Rewritedocs is similar to mod_rewrite. Hence giving it a try.
Try this:
Options +FollowSymLinks -Indexes -MultiViews RewriteEngine on RewriteBase / RewriteRule ^category/233/incontinence/? browse/652/free_wipes [NC,R=301,L]