[TYPO3-english] mod rewrite redirecting when no language is set in url

Tomas Mrozek mail at cascaval.com
Thu Feb 25 12:10:34 CET 2010


Try...

RewriteRule !^(en|nl|de)/  http://%{HTTP_HOST}/en%{REQUEST_URI} [R=302,L]
RewriteRule .* index.php [L]

Tomas Mrozek


More information about the TYPO3-english mailing list