Quote:
Originally Posted by trilljester
mod_rewrite has no security issues. It's just an amazing regex processor for incoming/outgoing URLs. If anything it could be considered a security enhancement, because you can hide "real" URLs with goofy ones to throw people off.
|
Also if you use the correct format in the rewrite, you can filter out all characters apart from those you expect (such as a-z, A-Z and 1-9) which further helps reduce the chances of exploits and/or injection techniques.
vB is pretty well protected by that already however - but its still nice to think about.