|
As I understand it, it is necessary to add the mod_rewrite directives into a Directory block within each Virtual Server you want to use it in (or a .htaccess file).
I understand from the documentation for mod_rewrite (http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html) that "by default, rewrite configurations are not inherited". I'd like to be able to have a central configuration for this in one place in httpd.conf, but haven't yet figured out if this is possible.
|