Re: Request help with .htaccess mod_rewrite processing
Hi,
I think a slash between directory and rest of the path should help:
=> RewriteRule ^members/(.*)$ users/$1 [NC]
Without the slash, members AND any other part of the path is replaced, then
the request path is added again.
Ritschi =B-)
"Dino" <ilopata1@hotmail.com> schrieb im Newsbeitrag
news:91332bf4-bf42-4fc5-8015-37bce70fb533@w7g2000hsa.googlegroups.com...
> Seem to have resolved the problem by adding [L] as a flag. This seems
> to stop the postfix processing. Havent seen any clear documentation
> on why this works this way, so would still be interested in an
> explanation that would increase my confidence that this is the right
> solution.
|