[Typo3-dev] IIS and REQUEST_URI

Bjoern Kraus krausbn at php.net
Sat Oct 15 18:21:30 CEST 2005


Patrick Gaumond schrieb:
> Bjoern Kraus wrote:
> 
>> I'm currently testing RealURL on IIS with an isapi filter for 
>> rewriting the URL. There seems to be a problem since the Typo3 only 
>> displays the root page - no matter which page is called.
> 
> 
> Which isapi filter did you tried ?
> 
> I don't have IIS anymore but anyway, if you think it's relevant, you 
> could add you patch on the Windows section on the wiki:
> 
> http://wiki.typo3.org/index.php/Windows
> 
> Giving the isapi filter and the configuration you use will probably help 
> some people !
> 
> Patrick

I just digged into it a little deeper: The free mod_rewrite from IISMods 
     (http://www.iismods.com) doesn't support any hint about which URL 
was called before the rewrite. The commercial software IISRewrite from 
Qwerksoft sets the server variable 'HTTP_SCRIPT_URL' which RealURL needs 
to determine which page was ment.
So if you want to use RealURL on an IIS server you will have to use 
Qwerksofts IISRewrite (or any other which sets a proper variable).

Regards
Bjoern

PS: If you want you can add this hint to the wiki.




More information about the TYPO3-dev mailing list