I want to redirect except this folder csscss or jsjs or imageimage and it mustis not /working.
my code is below II 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]
nothing worksBut it is not working.
Thanks in advance for any help.