RewriteMap is not allowed here
am 11.05.2007 22:18:31 von DerektorDear all.
This is my simple rewrite definitions
..htaccess
----------------------------
RewriteMap program prg:test
RewriteEngine On
RewriteBase /tests/2
RewriteRule ^(.+)/(.+)$ ?param=$1,\ ${program:$2} [NC]
----------------------------
and
test
------------------------------
#!/bin/bash
echo $1
-------------------------------
In logs I have "RewriteMap is not allowed here"
In google nothing is found :(
What to do ?
Marek.