I want to redirect except this folder css or js or image and is not working.
I have tried below code-
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]
But it is not working.
Thanks in advance for any help.