Hi Russ,
- Is there a better way to right these rules?
I wrote about my approch some time ago ...
http://orcorc.blogspot.com/2010/06/reading-logs-part-3-run-your-updates.html
Send them safely off your box, and back home
I read your article and It seems we are doing the same thing? Is there a benefit I dont understand to use your approach versus the one I am using already?
Is it true that you can to (.*) to handle easier matching?
Say phpmyadmin, phpadmin, php-myadmin
Could I do something like: RewriteCond %{REQUEST_URI} ^/php(.*) [NC,OR] and that would handle all of them?
-Jason