[TYPO3-german] Problem Mehrsprachigkeit
Björn Hetzel
BjoernHetzel at gmx.de
Tue Aug 20 12:03:35 CEST 2013
Hier noch meine htaccess
AddHandler php5wrap .php
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^www\.fzth\.de$
RewriteRule ^(.*)$ http://www.fzth.de/$1 [L,R=301]
Redirect /mail http://server2.imitsch.eu/squirrelmail/
# Prevent serving TYPO3 404 pages for missing files
RewriteRule ^(typo3(conf|temp)?|fileadmin|uploads|t3lib|clear.gif|index.php|favicon.ico) - [L]
# Do not rewrite static resources
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} -l
RewriteRule .* - [L]
# Rewrite the rest to index.php
RewriteRule .* /index.php [L]
</IfModule>
More information about the TYPO3-german
mailing list