Skip to main content

Redirect except this folder css or js or image

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

Lavanya E
  • 216
  • 2
  • 12