Hello dudes,
I want to use back-references in a RewriteRule regex part (think real
regex back-reference, not RewriteCond back-references like %1) but it
doesn't work. I thought that it was an apache regex engine
limitation, but by reading the source code of the regex engine, I saw
that it should be supported. So my question is: is it normal that the
following RewriteRule doesn't match the "/foo/foo" URI:
RewriteRule ^/(foo)/\1 /something/...
^^
Is it an Apache regex engine bug ?
--
______________________________________________________________________
O l i v i e r P o i t r e y