[TYPO3] Problem with realUrl on iis

Brian Bendtsen nightowl at galnet.dk
Wed Nov 28 14:43:31 CET 2007


Hi

Im trying to get realUrl to work on iis6 but with no luck so far.

I have installed isapirewrite lite on the webserver and added this rule:

RewriteRule ^/[^/]*\.html$ /index\.php [L]

to the httpd.ini.

I have installed realUrl on a typo3 site and added this typoscript:

config.simulateStaticDocuments = 0
config.baseUrl = 1
config.tx_realurl_enable = 1

and finaly added this line to the localconf.php:

$TYPO3_CONF_VARS['SYS']['requestURIvar'] = '_SERVER|HTTP_X_REWRITE_URL';

The links on my page looks fine, but I get an error message saying "The 
page cannot be found".

Im running Typo3 4.1.2

What am I missing?

/Brian


More information about the TYPO3-english mailing list