if you use virtual hosts, you should add in each one :
RewriteEngine on
RewriteOptions inherit
Because rewrite rules are not inherited by default.
--
Bj
On 10/5/07, David Delbecq <[EMAIL PROTECTED]> wrote:
Hi,
>
> This is a mailing list about tomcat J2EE server, not about apache
> webserver.
Hi,
This is a mailing list about tomcat J2EE server, not about apache
webserver. You will likekly not get any answer to your question here
mohamed rafi a écrit :
Hi,
I want to disable the HTTP TRACE and DELETE methods to
be invoked on my webserver.
I checked on the Net, and found that mod_re
Hi,
I want to disable the HTTP TRACE and DELETE methods to
be invoked on my webserver.
I checked on the Net, and found that mod_rewrite
should be enabled for this. So, I did the following in
httpd.conf, and recycled the Apache Server:
LoadModule rewrite_module
/usr/libexec/httpd/mod_rewr