Forum Moderators: phranque
This is what I've tried:
RewriteRule ^(.+)$ /-/query?q=$1 [L]
However, I don't want to query when people ask for
/index.html
/index.php
/robots.txt
/favicon.ico
/-/anything-here...
How can I modify the RewriteRule to make it work?