[Typo3] Can't get RealURL to work

Peter Klausner klausnerman at gmx.net
Sat Aug 6 00:21:04 CEST 2005


On Thu, 4 Aug 2005 21:50:25 +0200, "Olivier Dobberkau"
<olivier.dobberkau at dkd.de> wrote:

>> The URLs that strangely look like those produced by
>> simulateStaticDocuments appear in the dynamic menu, but when I click
>> on them I get an error message.
>
>which one?

Error!
Error. Reason: Segment "42.0" was not a keyword for a postVarSet as
expected!


>are you sure that the rewrite module is activated?

I think so. I've added this to my .htacces:

RewriteEngine On
RewriteRule ^typo3$ - [L]
RewriteRule ^typo3/.*$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php

And according to my ISP the rewrite module is enabled. Anyway, how
could I check if it is really activated?

Best wishes and thanks a lot for your help and patiencet!
Peter



More information about the TYPO3-english mailing list