| Posted: 28 January 2009 at 10:40am | IP Logged
|
|
|
Hi,
i have get a new server, so now i have to install them. It?s a Windows 2003 Server with IIS 6.
At last i installed IsapiReWrite and was testing RewriteRule by Testing utility. Alway seems o.k. and i copied the code to httpd.ini in the install directory of IsapiReWrite.
*****************************
[ISAPI_Rewrite]
# Defend your computer from some worm attacks # http://www.wohnen-sie-gesund.de/Nav_CMS_b.htm # Ergebnis # $1: http://www.wohnen-sie-gesund.de/ # $2: Nav_CMS_ # $3: b # $4: .htm
RewriteRule (.*.de/)(.*?Nav_CMS_)(.*)(.*?.htm) $1(index.asp?=nav)$3
***********************
At server i put the Isapi-Filter dll to the corrent Web-Site.
No my problem.
- There is no working at Website
- I get no Error-message in httpd.parse.errors
- no Error-message in IIS-Log
Is there a solution for easy testing the isapi-filter when i open my Website for testing if working?
Thanks for answer
|