i want to redirect except this folder css or js or image and it must not /
my code is below i tried RewriteCond %{REMOTE_HOST} !^(css|js|image) RewriteRule ^([^/]+)/?$ find.php?term=$1&type=test&path=1 [L,QSA]
and
RewriteRule ^([^(css|js|images|/)]+)/?$ find.php?term=$1&type=test&path=1 [L,QSA]
nothing works