[TYPO3] Realurl not working in one typo3 installation, yet working in another on the same domain.

Walrick lists at globalhealingcircle.net
Sun May 11 11:29:52 CEST 2008


Olivier Dobberkau wrote:
> Walrick schrieb:
>> Hello,
>>
>> And now I'm getting:
>> "The page isn't redirecting properly
>> Firefox has detected that the server is redirecting the request for this
>> address in a way that will never complete."
>>
> 
> Rewrite Base in .htaccess?

My .htaccess is:
RewriteEngine On
RewriteRule ^typo3$ - [L]
RewriteRule ^typo3/.*$ - [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php

And it's in the /testcms directory itself (as well as in the /cms) 
directory.

It was working fine last night, but without any change (on my part) I'm 
now getting the error above.

Adding
RewriteBase /testcms/
Doesn't change anything.

RewriteBase /
Gives a regular (non typo3) 404.

Regards,

Walrick


More information about the TYPO3-english mailing list