[Typo3] realurl kills install tool

Ries van Twisk typo3 at rvt.dds.nl
Sun Oct 16 16:23:11 CEST 2005


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