[Typo3] realurl kills install tool

Christoph Koehler christoph.koehler at gmail.com
Sun Oct 16 23:14:20 CEST 2005


Yep, that's right!
Thanks for the suggestion, but it didn't help. I wish I had those RegExp  
rewrite things figured out....


On Sun, 16 Oct 2005 09:23:11 -0500, Ries van Twisk <typo3 at rvt.dds.nl>  
wrote:

> Christoph Koehler wrote:
>
>> Hm,
>>
>> I figured out if I don't use these two entries:
>>
>> #RewriteCond %{HTTP_HOST} ^koehler\.uni\.cc [nc]
>> #RewriteRule (.*) http://www.koehler.uni.cc/$1 [R=301,L]
>>
>> #RewriteCond %{HTTP_HOST} ^oubsu\.org [nc]
>> #RewriteRule (.*) http://www.oubsu.org/$1 [R=301,L]
>>
>> It works fine without those.....
>>
>> Any idea how to make both work??
>>
>>
>>
> Can you try this?
>
> RewriteCond %{HTTP_HOST} ^koehler\.uni\.cc
> RewriteRule ^(.*)$ http://www.koehler.uni.cc/$1 [R=permanent,L]
>
> RewriteCond %{HTTP_HOST} ^oubsu\.org
> RewriteRule ^(.*)$ http://www.oubsu.org/$1 [R=permanent,L]
>
>
> I didn't read the full thread but I am under the impression that you  
> want to redirect
> if  www is not added infront of your domain...right?
>
> Ries




More information about the TYPO3-english mailing list