mod_rewrite rules in httpd configuration
- by wag2639
How and where do I put my mod_rewrite rules in the httpd configuration so that they're only parsed once at startup instead of each time a file in my web directory is read.
Additional info:
assuming all scripts work in .htaccess file
RHEL4 running Apache 2.0.52
multiple sub/domains on the the machine
Thanks