Subject: | Support for QUERY_STRING matching |
To combat certain kinds of URL spamming, it would be useful to redirect
bad URLs with bogus query strings, to a specific page, or an
non-existant page to create a 404.
At the moment I do this using RewriteCond and then have to restart
Apache. It would be nicer to be able to update via an external file.
Not sure how this could be implented but possible something like:
/wiki.cgi?Locale_BADNAME /404.html