问题
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. :)
回答1:
The Context information tell you where you can use a directive. For RewriteMap it says server config or virtual host.
来源:https://stackoverflow.com/questions/703709/rewritemap-activation