[Typo3] realurl kills install tool

kalanh kalanh at shaw.ca
Sun Oct 16 21:03:44 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??

Why not create a new .htaccess file in the typo3/install/ directory with its own set of parameters.  I recommend you turn off the rewrite engine alltogether under the install path since you don't want it indexed anyway.

Alan Heikkila


More information about the TYPO3-english mailing list