|
|
|
|
||||||
| alt.apache.configuration Apache web server configuration issues. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Dear 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. |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
> In logs I have "RewriteMap is not allowed here"
OK,I suppose I know http://httpd.apache.org/docs/2.2/mod...tml#RewriteMap RewriteMap Directive Description: Defines a mapping function for key-lookup Syntax: RewriteMap MapName MapType:MapSource Context: server config, virtual host Status: Extension Module: mod_rewrite Compatibility: The choice of different dbm types is available in Apache 2.0.41 and later So it seems that using .htaccess I can't set RewriteMap. Is there some pass auround ? |
|
![]() |
| Outils de la discussion | |
|
|