From: Rich Bowen
If all you wish to do is deny access to the resource, rather than redirecting that request elsewhere, this can be - accomplished without the use of mod_rewrite:
+ accomplished without the use ofNote that there are methods of accomplishing this which do
- not use mod_rewrite. Note also that any technique that relies on
+ not use USER_AGENT string can be circumvented
very easily, since that string can be changed.
- Rather than using mod_rewrite for this, you can accomplish the
+ Rather than using
Although it is possible to handle virtual hosts
-with mod_rewrite, it is seldom the right way. Creating individual
+with
Since mod_rewrite is so powerful, it can indeed be rather +
Since