views:

5

answers:

0

hi,

i have an IIS 6.x running on my windows 2003 sbs (Computer A), that is reachable from the internet von port 80 and the ssl port.

I have a second machine (Computer B) running in my local network, where i have running an apache webserver with serveral application i want to make accessable from internet.

i added iirf (Ionics Isapi Rewrite Filter) to the iis and can reach the start pages of my applications (mediawiki, tracks and so on). if i try to log in at my personal mediawiki instance i am getting following error "HTTP Error 404 - File or directory not found."

thanx

ps: my IIRF.ini file


RewriteLog c:\logs\iirf

RewriteLogLevel 1

IterationLimit 10

MaxMatchCount 10

RewriteEngine ON

StatusInquiry ON

ProxyPass ^/(.*)$ hxxp://xxxIPinLANxxx/$1

ProxyPassReverse / hxxp://xxxIPinLANxxx/

related questions