Siempre he leido que para hacer uso de mod_rewrite debe ser .htaccess, sin embargo he leido que también puede hacerse en el host virtual...
yo tengo algo así dentro de httpd.conf
Código:
Trabajaría?<VirtualHost miIP:miPuerto>
RewriteEngine on
RewriteCond ... #Check (1)
RewriteCond ... #Check (1)
RewriteRule ... [L] # Apply Rule
...
</VirtualHost>
Muchas gracias por su ayuda...


