PM, rota regi wrote:
>
>> I am reading Pro Apache and feel completely lost at many times. What did
>> u start from ?
>>
>
> That question is too broad.
> Instead of trying to learn everything about Apache, I suggest that you
> write out what you are trying to accomp
I am reading Pro Apache and feel completely lost at many times. What did u
start from ?
Page 293 , the author gives an example of nestling rewrite maps
1)RewriteMap giftojpg txt:/usr/local/apache/rewritemaps/gif_to_jpg.map
2)RewriteMap jpgtopng txt:/usr/local/apache/rewritemaps/jpg_to_png.map
3)RewriteRule ^(.*)/([^/]+)\.gif $1/${jpgtopng:${giftojpg:$2|$2}|$2}.jpg
Should the line 3