I need to adopt the following scheme:
If the url contains any file/script reference, leave that without rewriting
example.com/index.php ---> leave without rewriting urlIf the url doesn't contains any references, something similar to:
example.com/some-thing-is-hereRe-write this to:
example.com?search.php?q=some-thing-is-here
I've found the solution for (1), but they all fail with (2). I am a newbie in htaccess, so need suggestions of how to do it, or a common general method to do it.