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
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
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:
>
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:
>
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