views:

138

answers:

1

How to activate RewriteMap in apache ? I tried to run rewritemap in httpd config when I restart apache, it says that "RewriteMap not allowed here"

i tried to google and go to apache but couldn't find a way to activate it. anyone know? thanks. :)

+2  A: 

The Context information tell you where you can use a directive. For RewriteMap it says server config or virtual host.

Gumbo