Hi,

Has someone already have the experience of getting all its URIs deeper
than /
being treated by mod_rewrite as '*' (which basically doesn't match any of
my rules afterward), e.g. :

GET /test.html

init rewrite engine with requested uri *
applying pattern '^/$' to uri '*'
applying pattern '^/libs/(.+)' to uri '*'
And so on.

Guess i must miss a httpd / mod_rewrite / other module conf somewhere, but
can't find it.

Nicolas




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to