parser

Написать ответ на текущее сообщение

 

 
   команды управления поиском

Не пойму

Nexus 08.05.2003 16:26

[ISAPI_Rewrite]
RewriteRule /(.+) /index.html\?uri=$1 [L,I]


После неспешного чтения скудного man'a:
ISAPI_Rewrite saves original path info + query string before any manipulation on the URL in HTTP header named X-Rewrite-URL. Then it can be retrieved in ASP with Request.ServerVariables("HTTP_X_REWRITE_URL")
Имеем:
URI: http://pds/test/?id=1

Но:
$env:HTTP_X_REWRITE_URL выдает:
/index.html?uri=test/?id=1
причем $form:id недоступно :(

Такие вот грабли.