HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/bin/iirf/install notes by ss.txt
07/09/2011 SS
For conference search new website that using WordPress and URL Rewriting
Manually installed Ionic Isapi Rewriter 2.1.2.0 32 bit version
into D:\bin\iirf
In IIS set the ISAPI filter for www.conferencesearch.co.uk
to do the URL rewrite, (D:\bin\iirf\bin\IIRF.dll)
Also had to add map ISAPI extension .iirf to D:\bin\iirf\bin\IIRF.dll
copied the rules from D:\web\conferencesearch\.htaccess to D:\web\conferencesearch\IIRF.ini

Reason for manual configuration was that only the 64 bit version installs from the installer, but this doesn't run with IIS because our IIS works in 32bit mode. 32 bit version doesn't install in 64 bit Windows. Discovered this while installing on home server.

Debugging can be enabled by adding:
	StatusInquiry ON RemoteOk
	RewriteLog d:\logs\iirf\iirf
	RewriteLogLevel 2
to D:\web\conferencesearch\IIRF.ini
use
http://www.conferencesearch.co.uk/iirfStatus
for StatusInquiry ON RemoteOk

logs are in d:\logs\iirf