Now Apache isn't allowing _REQUEST or GLOBALS, which is a good thing, but I would just as soon create a rule that will send them to a customized page warning of the potential repercussions of Hacking, and scare the begeezs out of the script kiddies. I imagine that my rule would look something like this:
Is this the correct syntax to get my desired result? This being my first attempt at using rewrite, I haven't been able to get it working at all.
The only way that I have seen RewriteRule deployed is in between <VirtualHost> elements. Is this the only way to do it, or is there a way that you can do it server wide?
I have the module loaded, is there anything needed other then the rule and "RewriteEngine on"?