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 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.

Lavanya E
  • 216
  • 2
  • 12