[TYPO3-english] .htaccess redirect
    Andreas Burg 
    typo3 at andreasburg.de
       
    Thu Oct 16 21:20:19 CEST 2008
    
    
  
Hi all,
> RewriteEngine On
> RewriteBase /
> 
> # Correct Domain
> RewriteCond %{HTTP_HOST} !^typo3blogger\.de$
> RewriteRule ^(.*)$ http://typo3blogger.de/$1 [L,R=301]
extended different version:
RewriteEngine On
RewriteCond %{HTTP_HOST}  !^127.0.0.1
RewriteCond %{HTTP_HOST}  !^localhost [NC]
RewriteCond %{HTTP_HOST}  !^typo3blogger\.de [NC]
RewriteCond %{HTTP_HOST}  !^$
RewriteRule ^(.*)         http://typo3blogger.de/$1 [L,R=301]
Andreas
    
    
More information about the TYPO3-english
mailing list