On 2011-08-23 14:00:17 +0000, Georg Ringer said:

Hallo,

schalte mal die compression aus

georg

Ich habe nun $TYPO3_CONF_VARS['FE']['compressionLevel'] = 0; und $TYPO3_CONF_VARS['FE']['compressionLevel'] = 0; gesetzt.

Meine .htaccess sieht jetzt so aus:

# <FilesMatch "\.js\.gzip$">
#   AddType "text/javascript" .gzip
# </FilesMatch>
# <FilesMatch "\.css\.gzip$">
#   AddType "text/css" .gzip
# </FilesMatch>
# AddEncoding gzip .gzip

RewriteEngine On

RewriteCond %{HTTP_HOST} !^www\.ditgens\.net$ [NC]
RewriteRule ^(.*)$ http://www.ditgens.net/$1 [R=301,L]

RewriteRule ^(typo3/|t3lib/|tslib/|fileadmin/|typo3conf/|typo3temp/|uploads/|showpic\.php|favicon\.ico) - [L]
RewriteRule ^typo3$ typo3/index_re.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php [L]

Aber es ändert sich nur Folgendes: http://cl.ly/223b1H2p0K2Y3v2D1I3k

Selbst wenn ich deflate deaktiviere, passiert das noch.

Bin für jeden Hinweis dankbar.

Gruß

Daniel

_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an