Re: [EMAIL PROTECTED] RewriteMap and RewriteRule

2008-12-06 Thread Clodoaldo Pinto Neto
2008/12/6 Clodoaldo Pinto Neto <[EMAIL PROTECTED]>: > 2008/12/6 Krist van Besien <[EMAIL PROTECTED]>: >> On Sat, Dec 6, 2008 at 3:05 AM, Clodoaldo Pinto Neto >> <[EMAIL PROTECTED]> wrote: >>> I'm using this config in Apache 2.2.3/Centos 5: >>> >>> RewriteMap redirect txt:/var/www/html/example/redir

Re: [EMAIL PROTECTED] RewriteMap and RewriteRule

2008-12-06 Thread Clodoaldo Pinto Neto
2008/12/6 Krist van Besien <[EMAIL PROTECTED]>: > On Sat, Dec 6, 2008 at 3:05 AM, Clodoaldo Pinto Neto > <[EMAIL PROTECTED]> wrote: >> I'm using this config in Apache 2.2.3/Centos 5: >> >> RewriteMap redirect txt:/var/www/html/example/redirect.txt >> >> RewriteRule ^/(a|b|c|d|e)$ http://example.com

Re: [EMAIL PROTECTED] RewriteMap and RewriteRule

2008-12-06 Thread Krist van Besien
On Sat, Dec 6, 2008 at 3:05 AM, Clodoaldo Pinto Neto <[EMAIL PROTECTED]> wrote: > I'm using this config in Apache 2.2.3/Centos 5: > > RewriteMap redirect txt:/var/www/html/example/redirect.txt > > RewriteRule ^/(a|b|c|d|e)$ http://example.com/${redirect:$1} > [NC,R=permanent,L] > > redirect.txt: >

Re: [EMAIL PROTECTED] RewriteMap and RewriteRule

2008-12-06 Thread Eric Covener
On Fri, Dec 5, 2008 at 9:05 PM, Clodoaldo Pinto Neto <[EMAIL PROTECTED]> wrote: > I'm using this config in Apache 2.2.3/Centos 5: > > RewriteMap redirect txt:/var/www/html/example/redirect.txt > > RewriteRule ^/(a|b|c|d|e)$ http://example.com/${redirect:$1} > [NC,R=permanent,L] > > redirect.txt: >

[EMAIL PROTECTED] RewriteMap and RewriteRule

2008-12-05 Thread Clodoaldo Pinto Neto
I'm using this config in Apache 2.2.3/Centos 5: RewriteMap redirect txt:/var/www/html/example/redirect.txt RewriteRule ^/(a|b|c|d|e)$ http://example.com/${redirect:$1} [NC,R=permanent,L] redirect.txt: a x b y c z d k e j Since the redirected pages are many i would like to not have to put them a