Re: [us...@httpd] beginner's mod_rewrite recursion problem

2009-05-06 Thread Igor Cicimov
Try this one RewriteRule ^/frobooz/(.*) /foo/bar/$1 [L] Cheers, Igor On Wed, May 6, 2009 at 1:49 AM, André Warnier wrote: > Kynn Jones wrote: > ... > > Hi. > The best way to understand what is at stake here is to get yourself a > Firefox extension like HttpFox, activate it, and then get your

Re: [us...@httpd] beginner's mod_rewrite recursion problem

2009-05-05 Thread André Warnier
Kynn Jones wrote: ... Hi. The best way to understand what is at stake here is to get yourself a Firefox extension like HttpFox, activate it, and then get your page from the server. Then look in the HttpFox window what your /browser/ is actually asking from the server. The key part to underst

[us...@httpd] beginner's mod_rewrite recursion problem

2009-05-05 Thread Kynn Jones
I'm new to mod_rewrite, and need advice on whether what i want to do is possible. I have a physical structure analogous to the following: /path/to/docroot/foo/bar/index.html /path/to/docroot/foo/css /path/to/docroot/foo/images /path/to/docroot/frobozz/css /path/to/docroot/frobozz/images I want t