[TYPO3] Problem with realUrl on iis

ries van Twisk typo3 at rvt.dds.nl
Wed Nov 28 14:48:13 CET 2007


I don't know nothing about IIS,

but I do think that your baseUrl is wrong. You really need to put a  
full URL in there,
not a number (that is depreciated).

config.baseUrl = http://www.mydomain.com/


Ries


On Nov 28, 2007, at 8:43 AM, Brian Bendtsen wrote:

> 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?
>









More information about the TYPO3-english mailing list