Ergebnis 1 bis 33 von 33

Thema: Contao 3.05 GZIP Kompression greift nicht

  1. #1
    Contao-Nutzer
    Registriert seit
    13.06.2011.
    Ort
    Österreich,OOE
    Beiträge
    31

    Standard Contao 3.05 GZIP Kompression greift nicht

    Hallo,

    nachdem eine 2.11 Version nach Contao 3.05 upgedatet wurde, macht mich Google Pagespeed nervig mit "Komprimierung aktivieren".

    Was ist passiert?
    Eine 2.11er Version wurde auf PC/Localhost auf 3.5 upgedatet, anschließend auf Server im Unterverzeichnis getestet.
    Originale Version im root/verzeichnis in ein Unterverzeichnis verschoben, vorherige getestete Version ins root verschoben.
    Soweit so gut, beide Versionen laufen, also alt und neu.

    Der Unterschied ist nur, daß die gzip-komprierung in der alten 2.11er Version klappt, in der neuen 3.05 alllerdings nicht.

    Anzusehen unter http://trocknungsanlagen.at ,
    alte Version unter http://trocknungsanlagen.at/old/

    Hoster ist world4you in Österreich

    Contao Check zeigt mir lediglich die robots.txt als fehlerhaft, da ich das Verzeichnis "old" gesperrt habe.

    Vielleicht sehe ich im Moment auch vor lauter Bäumen keinen Wald mehr, aber ich hoffe daß jemand ne Idee hat.
    Ordix

  2. #2
    Community-Moderator Avatar von stefan-at-work
    Registriert seit
    05.06.2009.
    Ort
    Bad Segeberg
    Beiträge
    1.780
    Partner-ID
    634

    Standard

    gzip-Kompression in der htaccess aktiviert?

  3. #3
    Contao-Nutzer
    Registriert seit
    13.06.2011.
    Ort
    Österreich,OOE
    Beiträge
    31

    Standard

    klar,auch noch extra
    ##
    # If you cannot use mod_deflate, uncomment the following lines to load a
    # compressed .gz version of the aggregated Contao JavaScript and CSS files.
    ##
    AddEncoding gzip .gz
    <FilesMatch "\.js\.gz$">
    AddType "text/javascript" .gz
    </FilesMatch>
    <FilesMatch "\.css\.gz$">
    AddType "text/css" .gz
    </FilesMatch>
    RewriteCond %{HTTP:Accept-encoding} gzip
    RewriteCond %{REQUEST_FILENAME} \.(js|css)$
    RewriteCond %{REQUEST_FILENAME}.gz -f
    RewriteRule ^(.*)$ $1.gz [QSA,L]

    ##
    was eigentlich nicht notwendig wäre (im Vergleich zu anderen Installionen)

    ebenso in der localconfig
    Ordix

  4. #4
    Contao-Fan
    Registriert seit
    22.11.2009.
    Ort
    14943 Luckenwalde
    Beiträge
    373

    Standard

    Zitat Zitat von stefan-at-work Beitrag anzeigen
    gzip-Kompression in der htaccess aktiviert?
    Danke das habe ich glatt übersehen... da nach serverumzug mir kein mod_deflate mehr zur verfügung steht ...

    LG
    Merlin
    Freundliche Grüße
    Jens


  5. #5
    Contao-Nutzer
    Registriert seit
    13.06.2011.
    Ort
    Österreich,OOE
    Beiträge
    31

    Standard

    manchmal muss man nicht alles verstehen.

    Ich glaube in einem Thread bezüglich Update gelesen zu haben, daß sich htaccess bei Contao 3 grundlegend verändert hat
    und es Sinn macht, die alte htaccess komplett zu entfernen und die neue aus Contao 3 zu benutzen.

    Ich haben nun die aus der Version 3 entfernt und die alte aus Contao 2.11 genommen und komme nun wieder auf einen Page Speed Core von 94/100
    Ordix

  6. #6
    Contao-Fan
    Registriert seit
    22.11.2009.
    Ort
    14943 Luckenwalde
    Beiträge
    373

    Standard

    also ich habe alles aktiviert und angeschaltet was angeschaltet werden muss und komme aber über einen pagespeed von 71 nicht hinaus
    Freundliche Grüße
    Jens


  7. #7
    Contao-Nutzer
    Registriert seit
    13.06.2011.
    Ort
    Österreich,OOE
    Beiträge
    31

    Standard

    Zitat Zitat von Merlin Beitrag anzeigen
    also ich habe alles aktiviert und angeschaltet was angeschaltet werden muss und komme aber über einen pagespeed von 71 nicht hinaus
    was sagt denn Page Speed?
    Wird eine fehlende Kompression bemängelt?
    Ordix

  8. #8
    Contao-Fan
    Registriert seit
    22.11.2009.
    Ort
    14943 Luckenwalde
    Beiträge
    373

    Standard

    Zitat Zitat von ordix Beitrag anzeigen
    was sagt denn Page Speed?
    Wird eine fehlende Kompression bemängelt?

    genau das isses .. habe auch schon in jedes Verzeichnis eine php.ini wo ich das auch anschalten kann rein gelegt .. klappt trotzdem nicht so wie es soll..

    in meine php.ini soll folgendes stehen ...

    PHP-Code:
    zlib.output_compression 1
    zlib
    .output_compression_level 
    ich glaub ich habs gefunden er legt bei mir nun immer eine 2te datei an

    zBsp:

    - meinecss.css
    - meinecss.css.gz

    er läd aber die *.gz nicht
    Geändert von Merlin (03.03.2013 um 18:45 Uhr)
    Freundliche Grüße
    Jens


  9. #9
    Contao-Nutzer Avatar von maipe
    Registriert seit
    10.07.2012.
    Ort
    München
    Beiträge
    201

    Standard

    Bin aus anderem Thread umgezogen, weil es sich ja eigentlich um das gleiche Thema "Komprimierung page-Speed" handelt.


    http://www.webpagetest.org/ zeigt bei mir trotz angepasster php.ini,
    PHP-Code:
     zlib.output_compression on
     compression_level 

    (1u1 meinte, der level könnte noch ausschlagebend sein) keine Komprimierung an. Goggle a net.

    Welche Einstellung ist hier ausschlaggebend - 1u1 und Contao...
    Hotline gibt keinen Scriptsupport, wohl eine neue Standardaussage.;-)

    info.php zeigt deflate und gzip unter accept_encoding an, .htaccess ist auch angepasst, Anpassung der index.php hat nichts gebracht, php.ini in verschiedenen Verzeichnissen a net.

    http://www.hairbymaik.de/info.php

    2.11.4

    Danke für jeden Hinweis.

  10. #10
    Contao-Nutzer Avatar von mherrling
    Registriert seit
    15.03.2011.
    Ort
    Ravensburg
    Beiträge
    21

    Standard

    Hallo zusammen!

    Bei mir greift die Komprimierung ebenfalls nicht (Contao 3.05). Auf dem Server (Host Europe) sind zwar die komprimierten Versionen vorhanden, aber Page Speed und YSlow meckern die fehlende Komprimierung an.
    Der Host Europe Support konnte erst mal auch keinen Fehler entdecken.

    Gibt es evtl. irgendwo zu der in Version 3 geänderten htaccess eine Dokumentation?
    Bei den Versionen 2.x taucht dieses Problem nicht auf.

  11. #11
    Contao-Nutzer
    Registriert seit
    08.04.2011.
    Beiträge
    10

    Standard

    Hallo,
    ich hatte bis gerade auch das Problem mit der nicht greifenden Komprimierung.
    Nachdem ich in der .htaccess nach <IfModule mod_deflate.c> den Eintrag <IfModule mod_filter.c> und dazugehörig </IfModule> entfernt habe, habe ich einen Pagespeed von 93 mit funktionierender Komprimierung. Das ist ja grundsätzlich gut, aber ich denke nicht, dass der Eintrag für das Modul mod_filter ohne Grund in der .htaccess steht.

    Im Netz habe ich folgende Aussage dazu gefunden:
    Smart Filtering. Das neu eingeführte Modul mod_filter ermöglicht es Ihnen, die Reihenfolge der Ausgabefilter (Filter Chain) per Konfiguration selbst festzulegen und von Headern oder Umgebungsvariablen abhängig zu machen.
    Das sagt mir jetzt mal so gar nichts. Vielleicht gibt es ja den ein oder anderen Apache-Experten, der dazu etwas sagen kann.

    Gruß
    Michael

  12. #12
    Contao-Nutzer Avatar von mherrling
    Registriert seit
    15.03.2011.
    Ort
    Ravensburg
    Beiträge
    21

    Standard

    Ich habe <IfModule mod_filter.c> ebenfalls entfernt. Das war die vom Host Europe vorgeschlagenen Lösung für die Komprimierung (wie hier beschrieben). Nun ist die Page Speed Anzeige wieder so wie es sein sollte.

    Allerdings würde mich auch interessieren, wieso das in der .htaccess enthalten ist bzw. gehe ich schon davon aus, das Leo sich was dabei gedacht hat ;-) Gibt es denn vielleicht irgendwo ne Doku oder kennt jemand eine gute Quelle zu diesem Thema?

  13. #13
    Contao-Nutzer
    Registriert seit
    30.03.2010.
    Ort
    Berlin
    Beiträge
    234

    Standard Danke

    Hallo zusammen,

    Danke für die Recherche bei Hosteurope: Das hat bei mir den Absturz von 91 auf 80 Pagespeed-Punkte wieder korrigieren können.

    Viele Grüße
    Jens_
    Lieblingsurlaubsstadt am Meer
    http://www.kolberg-cafe.de

  14. #14
    Contao-Urgestein
    Registriert seit
    30.01.2011.
    Ort
    Stuttgart
    Beiträge
    4.138

    Standard

    in alten Versionen stand da auch
    <IfModule !mod_deflate.c>
    wurde das Problem in github gemeldet?

  15. #15
    Contao-Fan Avatar von Stranger
    Registriert seit
    20.06.2009.
    Ort
    Blankenburg
    Beiträge
    746
    Partner-ID
    5635
    User beschenken
    Wunschliste

    Standard

    Ich verstehs auch nicht. Hab Contao 3.2.7 und es funktioniert nicht. Hoster ist Webhostone.
    Woher weiß man denn, ob mod_deflate funktioniert? Was steht in dem Fall in der phpinfo() ?

    Es geht übrigens auch nicht, wenn ich den Bereich rausnehme:
    PHP-Code:
    <IfModule mod_deflate.c>
      <
    IfModule mod_filter.c>
        
    AddOutputFilterByType DEFLATE text/html text/plain text/css application/json
        AddOutputFilterByType DEFLATE application
    /javascript
        AddOutputFilterByType DEFLATE text
    /xml application/xml text/x-component
        AddOutputFilterByType DEFLATE application
    /xhtml+xml application/rss+xml application/atom+xml
        AddOutputFilterByType DEFLATE image
    /x-icon image/svg+xml application/vnd.ms-fontobject application/x-font-ttf font/opentype
      
    </IfModule>
    </
    IfModule
    Und stattdessen das schreibe:
    PHP-Code:
      AddEncoding gzip .gz
      
    <FilesMatch "\.js\.gz$">
        
    AddType "application/javascript" .gz
      
    </FilesMatch>
      <
    FilesMatch "\.css\.gz$">
        
    AddType "text/css" .gz
      
    </FilesMatch>
      
    RewriteCond %{HTTP:Accept-encodinggzip
      RewriteCond 
    %{REQUEST_FILENAME} \.(js|css)$
      
    RewriteCond %{REQUEST_FILENAME}.gz -f
      RewriteRule 
    ^(.*)$ $1.gz [QSA,L
    Die gz-Dateien werden erzeugt, aber scheinbar funktioniert die Weiterleitung in der Htaccess-Datei nicht.
    Google Pagespeed meckert weiter rum:

    "Durch die Komprimierung von ...assets/css/91beb88719ae.css könnten 47,5 KB (79 %) eingespart werden."

    Das kann man ja im Prinzip selbst testen indem man z.b. domain.de/test.css eingibt oder? Wenn alles funktioniert, müsste ich ja weitergeleitet werden auf domain.de/test.css.gz
    Passiert bei mir aber auch nicht.

    Noch merkwürdiger ist, dass auf dieser Seite ein grüner Haken angezeigt und dass meine Seite angeblich komprimiert wird:
    http://www.whatsmyip.org/http-compression-test/

    http://neu.total-reality.de/about-me/ is Compressed
    Uncompressed Page Size: 22.3 KB
    Compressed Page Size: 6.4 KB
    Savings: 71.2%
    Trotzdem ist die Seite langsam und Google Pagespeed meckert rum. Begreif ich alles nicht (Stundenlang jetzt rumprobiert)...
    Geändert von Stranger (07.03.2014 um 02:30 Uhr)
    Du willst dich bei mir bedanken?
    Ich freue mich über Geschenke von meiner Amazon-Wunschliste.

    Contao-Anwender seit 2008
    Contao-Entwickler seit 2013, mehr als 50 Contao Erweiterungen programmiert

    Mein Unternehmen aus Blankenburg (Harz): Fast & Media

  16. #16
    Contao-Nutzer Avatar von mschindler
    Registriert seit
    25.08.2011.
    Ort
    Bad Feilnbach
    Beiträge
    191
    Partner-ID
    7698

    Standard

    Hallo zusammen,
    ich bin mit einer lokalen Installation auch an dem Punkt an dem in Contao 3.2.8 zwar die .gz Dateien unter assets/css und assets/js parallel anlegt, aber Google Pagespeed meckert mit die Komprimierung folgender Dateien an.
    Google Pagespeed meldet:
    Die Komprimierung der folgenden Ressourcen mit gzip könnte ihre Übertragungsgröße um 139.8 KiB verringern (Reduzierung um 72%).
    Durch die Komprimierung von http://localhost/test/assets/css/bd7040805fcf.css könnten Sie 79.7 KiB einsparen (Reduzierung um 79%).
    Durch die Komprimierung von http://localhost/test/assets/js/a8b19d060520.js könnten Sie 58.9 KiB einsparen (Reduzierung um 64%).
    Durch die Komprimierung von http://localhost/test/startseite.html könnten Sie 1.3 KiB einsparen (Reduzierung um 56%).

    Das Apache Modul mod_deflate.c konnte ich in der lokalen Umgebung leider nicht aktivieren, da sonst gar nichts mit dem Apache lauft.
    Kann mir jemand sagen wie der Aufruf für eine komprimierte CSS Datei im Quelltext aussehen soll, damit die Übertragung gezipt zum Browser gesendet wird.
    <link rel="stylesheet" type="text/css" href="style.css" />
    <link rel="stylesheet" type="text/css" href="style.css.gz" />
    Interessent wäre auch eine Lösung für JS Dateien.
    Mit contao-theme-plus würde das unter 2.11.x gut funktionieren, aber ich suche eine Lösung die ohne contao-theme-plus auskommt und mit nativen Bordmitteln zu lösen wäre.

    Vielleicht habt ihr noch einen Lösungsansatz.

    Viele Grüße

    Markus

  17. #17
    Contao-Nutzer
    Registriert seit
    15.10.2013.
    Beiträge
    85

    Standard

    bei mir ging es damit:

    # Deflate Compression by MimeType
    <IfModule mod_deflate.c>
    <FilesMatch "\.(js|jpg|jpeg|gif|ico|htc|png|css|txt|html)$ ">
    SetOutputFilter DEFLATE
    </FilesMatch>
    </IfModule>

    ich kann mod_deflate (Uberspace), mit der htacces von Contao tat sich nix (3.2.9)



    Sabine

  18. #18
    Contao-Nutzer
    Registriert seit
    22.04.2010.
    Beiträge
    32

    Standard

    Zitat Zitat von Sabine14 Beitrag anzeigen
    bei mir ging es damit:

    # Deflate Compression by MimeType
    <IfModule mod_deflate.c>
    <FilesMatch "\.(js|jpg|jpeg|gif|ico|htc|png|css|txt|html)$ ">
    SetOutputFilter DEFLATE
    </FilesMatch>
    </IfModule>

    ich kann mod_deflate (Uberspace), mit der htacces von Contao tat sich nix (3.2.9)
    Sabine
    Hallo Sabine,
    schau mal im Uberspace-Wiki: https://wiki.uberspace.de/webserver:...ss#kompression
    Es liegt wohl an der IfModule-Bedingun <IfModule mod_filter.c>.

    LG Fabian

  19. #19
    yachtcharterat
    Gast

    Standard

    HAllo
    Ich habe mir jetzt alles was in diesem Forum über GZIP gelsen auch den langen Artikel mit 5 Seiten, doch leider komme ich nicht zu meiner Lösung

    Ich verwende CMS 3.2.9
    Habe die Skripte komprimieren im Admin Teil aktivert
    Meine htaccess.default auf htaccess umgewandelt
    Mein Server unterstützt mod_deflate
    Es wurde auch schon die css.gz erstellt
    Doch auf der Seite verändert sich nichts
    Hier meine htaccess datei so wie ich sie verwende.
    PHP-Code:
    ##
    # Contao Open Source CMS
    #
    # Copyright (c) 2005-2014 Leo Feyer
    #
    # @package Core
    # @link    https://contao.org
    # @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
    ##

    ##
    # Prevent access to the Contao template files
    ##
    <FilesMatch "\.(tpl|html5|xhtml)$">
      <
    IfModule !mod_authz_core.c>
        
    Order deny,allow
        Deny from all
      
    </IfModule>
      <
    IfModule mod_authz_core.c>
        Require 
    all denied
      
    </IfModule>
    </
    FilesMatch>

    ##
    # Allow access from all domains for webfonts
    # @see https://github.com/h5bp/html5-boilerplate
    ##
    <IfModule mod_headers.c>
      <
    FilesMatch "\.(ttf|ttc|otf|eot|woff|font\.css)$">
        
    Header set Access-Control-Allow-Origin "*"
      
    </FilesMatch>
    </
    IfModule>

    ##
    # Disable ETags
    # @see http://developer.yahoo.com/performance/rules.html#etags
    ##
    FileETag None
    <IfModule mod_headers.c>
      
    Header unset ETag
    </IfModule>

    ##
    # Set the proper MIME types
    # @see https://github.com/h5bp/html5-boilerplate
    ##
    <IfModule mod_mime.c>
      
    AddType application/javascript              js jsonp
      AddType application
    /json                    json
      AddType audio
    /ogg                           oga ogg
      AddType audio
    /mp4                           m4a f4a f4b
      AddType video
    /ogg                           ogv
      AddType video
    /mp4                           mp4 m4v f4v f4p
      AddType video
    /webm                          webm
      AddType video
    /x-flv                         flv
      AddType image
    /svg+xml                       svg svgz
      AddEncoding gzip                            svgz
      AddType application
    /vnd.ms-fontobject       eot
      AddType application
    /x-font-ttf              ttf ttc
      AddType font
    /opentype                       otf
      AddType application
    /x-font-woff             woff
      AddType image
    /x-icon                        ico
      AddType image
    /webp                          webp
      AddType text
    /cache-manifest                 appcache manifest
      AddType text
    /x-component                    htc
      AddType application
    /xml                     rss atom xml rdf
      AddType application
    /x-web-app-manifest+json webapp
      AddType text
    /x-vcard                        vcf
      AddType application
    /x-shockwave-flash       swf
    </IfModule>

    ##
    # Gzip compression
    # @see https://github.com/h5bp/html5-boilerplate
    ##
    ##
    ##<IfModule mod_deflate.c>
    ##<FilesMatch "\.(js|jpg|jpeg|gif|ico|htc|png|css|txt|html)$ ">
    ##SetOutputFilter DEFLATE
    ##</FilesMatch>
    ##</IfModule>

    ##
    ##
    <IfModule mod_deflate.c>
    <
    IfModule mod_filter.c>
     
    AddOutputFilterByType DEFLATE text/html text/plain text/css application/json
      AddOutputFilterByType DEFLATE application
    /javascript
     AddOutputFilterByType DEFLATE text
    /xml application/xml text/x-component
      AddOutputFilterByType DEFLATE application
    /xhtml+xml application/rss+xml application/atom+xml
      AddOutputFilterByType DEFLATE image
    /x-icon image/svg+xml application/vnd.ms-fontobject application/x-font-ttf font/opentype
     
    </IfModule>
    </
    IfModule>

    ##
    # Expires headers (for better cache control)
    # @see https://github.com/h5bp/html5-boilerplate
    ##
    <IfModule mod_expires.c>
      
    ExpiresActive on

      
    ##
      # Productional website
      ##
      
    ExpiresByType text/cache-manifest           "access plus 0 seconds"
      
    ExpiresByType text/html                     "access plus 0 seconds"
      
    ExpiresByType text/xml                      "access plus 0 seconds"
      
    ExpiresByType application/xml               "access plus 0 seconds"
      
    ExpiresByType application/json              "access plus 0 seconds"
      
    ExpiresByType application/rss+xml           "access plus 1 hour"
      
    ExpiresByType application/atom+xml          "access plus 1 hour"
      
    ExpiresByType image/gif                     "access plus 1 month"
      
    ExpiresByType image/png                     "access plus 1 month"
      
    ExpiresByType image/jpeg                    "access plus 1 month"
      
    ExpiresByType image/x-icon                  "access plus 1 month"
      
    ExpiresByType video/ogg                     "access plus 1 month"
      
    ExpiresByType audio/ogg                     "access plus 1 month"
      
    ExpiresByType video/mp4                     "access plus 1 month"
      
    ExpiresByType video/webm                    "access plus 1 month"
      
    ExpiresByType text/x-component              "access plus 1 month"
      
    ExpiresByType application/x-font-ttf        "access plus 1 month"
      
    ExpiresByType font/opentype                 "access plus 1 month"
      
    ExpiresByType application/x-font-woff       "access plus 1 month"
      
    ExpiresByType image/svg+xml                 "access plus 1 month"
      
    ExpiresByType application/vnd.ms-fontobject "access plus 1 month"
      
    ExpiresByType text/css                      "access plus 1 year"
      
    ExpiresByType application/javascript        "access plus 1 year"

      
    ##
      # Disable caching during development
      # @see https://github.com/contao/core/issues/4364
      ##
      #ExpiresByType text/cache-manifest           "access"
      #ExpiresByType text/html                     "access"
      #ExpiresByType text/xml                      "access"
      #ExpiresByType application/xml               "access"
      #ExpiresByType application/json              "access"
      #ExpiresByType application/rss+xml           "access"
      #ExpiresByType application/atom+xml          "access"
      #ExpiresByType image/gif                     "access"
      #ExpiresByType image/png                     "access"
      #ExpiresByType image/jpeg                    "access"
      #ExpiresByType image/x-icon                  "access"
      #ExpiresByType video/ogg                     "access"
      #ExpiresByType audio/ogg                     "access"
      #ExpiresByType video/mp4                     "access"
      #ExpiresByType video/webm                    "access"
      #ExpiresByType text/x-component              "access"
      #ExpiresByType application/x-font-ttf        "access"
      #ExpiresByType font/opentype                 "access"
      #ExpiresByType application/x-font-woff       "access"
      #ExpiresByType image/svg+xml                 "access"
      #ExpiresByType application/vnd.ms-fontobject "access"
      #ExpiresByType text/css                      "access"
      #ExpiresByType application/javascript        "access"

    </IfModule>

    ##
    # Header adjustments
    ##
    <IfModule mod_headers.c>

      
    ##
      # Disable caching during development
      # @see https://github.com/contao/core/issues/4364
      ##
      #Header unset Cache-Control
      #Header append Cache-Control must-revalidate

      ##
      # Do not cache the cron.txt file
      # @see https://github.com/contao/core/issues/5105
      ##
      
    <FilesMatch "cron\.txt$">
        
    Header set Cache-Control "no-cache, no-store, must-revalidate, max-age=0, proxy-revalidate, no-transform"
      
    </FilesMatch>

      
    ##
      # Add a Vary Accept-Encoding header for the compressed resources. If you
      # modify the file types above, make sure to change them here accordingly.
      # @see http://developer.yahoo.com/performance/rules.html#gzip
      #
      # Note: If you are using a case-sensitive file system like HFS+ or ext4, you
      # have to change the <FilesMatch> directive as follows:
      #
      # <FilesMatch "\.(?i:js|css|xml|gz|svgz)$">
      #
      # For more information see: https://github.com/contao/core/issues/4364
      ##
      
    <FilesMatch "\.(js|css|xml|gz|svgz)$">
        
    Header append Vary Accept-Encoding
      
    </FilesMatch>

    </
    IfModule>

    ##
    # Disable MultiViews if you are having issues with requests returning the wrong
    # page. Requires AllowOverride Options=All,MultiViews to be set here.
    # @see https://github.com/contao/core/issues/3521
    ##
    #Options -MultiViews

    ##
    # URL rewriting
    ##
    <IfModule mod_rewrite.c>
      
    RewriteEngine On

      
    ##
      # Change the RewriteBase if your Contao installation is in a subdirectoy and
      # the rewrite rules are not working properly. Usage examples:
      #
      #   RewriteBase /contao-3.0.0
      #   RewriteBase /path/to/contao
      #
      # Depending on your server, you might have to remove the line entirely.
      ##
      
    RewriteBase /

      
    ##
      # Uncomment the following lines to add "www." to the domain:
      #
      #   RewriteCond %{HTTP_HOST} ^example\.com$ [NC]
      #   RewriteRule (.*) http://www.example.com/$1 [R=301,L]
      #
      # Uncomment the following lines to remove "www." from the domain:
      #
      #   RewriteCond %{HTTP_HOST} ^www\.example\.com$ [NC]
      #   RewriteRule (.*) http://example.com/$1 [R=301,L]
      #
      # Make sure to replace "example.com" with your domain name.
      ##

      ##
      # If you cannot use mod_deflate, uncomment the following lines to load a
      # compressed .gz version of the aggregated Contao JavaScript and CSS files.
      ##
     
    AddEncoding gzip .gz
    <FilesMatch "\.js\.gz$">
       
    AddType "application/javascript" .gz
      
    </FilesMatch>
      <
    FilesMatch "\.css\.gz$">
        
    AddType "text/css" .gz
      
    </FilesMatch>
     
    RewriteCond %{HTTP:Accept-encodinggzip
      RewriteCond 
    %{REQUEST_FILENAME} \.(js|css)$
     
    RewriteCond %{REQUEST_FILENAME}.gz -f
    RewriteRule 
    ^(.*)$ $1.gz [QSA,L]

      
    ##
      # Do not rewrite requests for static files or folders such as style sheets,
      # images, movies or text documents. Do not add the URL suffix here!
      #
      # Note: If you are using a case-sensitive file system like HFS+ or ext4, you
      # have to change the <FilesMatch> directive as follows:
      #
      # <FilesMatch "\.(?i:htm|php|js|css|…|gz)$">
      #
      # Note: The directive will disable mod_rewrite entirely for the configured
      # file types, so if you want to apply custom rules such as domain redirects,
      # make sure to comment the lines (see #6588).
      #
      # For more information see: https://github.com/contao/core/issues/4364
      ##
      
    <FilesMatch "\.(htm|php|htc|png|gif|jpe?g|ico|xml|csv|txt|swf|flv|mp4|webm|ogv|mp3|ogg|oga|eot|woff|svg|svgz|ttf|pdf|gz)$">
        
    RewriteEngine Off
      
    </FilesMatch>

      
    ##
      # By default, Contao adds ".html" to the generated URLs to simulate static
      # HTML documents. If you change the URL suffix in the back end settings, make
      # sure to change it here accordingly!
      #
      #   RewriteRule .*\.html$ index.php [L]   # URL suffix .html
      #   RewriteRule .*\.txt$ index.php [L]    # URL suffix .txt
      #   RewriteRule .*\.json$ index.php [L]   # URL suffix .json
      #
      # If you do not want to use an URL suffix at all, you have to add a second
      # line to prevent URLs that point to folders from being rewritten (see #4031).
      #
      #   RewriteCond %{REQUEST_FILENAME} !-d
      #   RewriteRule .* index.php [L]
      #
      # If you are using mod_cache, it is recommended to use the RewriteRule below,
      # which adds the query string to the internal URL:
      #
      #   RewriteRule (.*\.html)$ index.php/$1 [L]
      #
      # Note that not all environments support mod_rewrite and mod_cache.
      ##
      
    RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule 
    .*\.htmlindex.php [L]

      
    ##
      # The following rules are required if you want to pass the language as first
      # URL parameter (added in Contao 2.11). The first rule rewrites the empty URL
      # to the front end controller, the second one adds a missing trailing slash.
      ##
      
    RewriteRule ^[a-z]{2}(\-[A-Z]{2})?/$ index.php [L]
      
    RewriteRule ^([a-z]{2}(\-[A-Z]{2})?)$ $1/ [R=301,L]

    </
    IfModule

    Bitte verflucht mich nicht aber ich und solche einstellungen sind ein kraus.
    Würde gerne meine Seite auch speet -61 auf min 90 bekommen
    Auch mit der Beschreibung aus dem Jahr 2010 komme ich nicht weiter
    danke für eure HILFE

  20. #20
    Wandelndes Contao-Lexikon Avatar von tab
    Registriert seit
    22.10.2013.
    Beiträge
    10.078
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Warum hast du da die Kommentare in dem Abschnitt mit gzip rausgenommen, da steht doch "If you canNOT use mod_deflate, uncomment the following lines ...". Wenn du wirklich mod_deflate verwenden kannst, brauchst du das doch nicht. Vielleicht auch ein Problem mit mod_filter wie weiter oben bei uberspace?
    Wie kontrollierst du, ob die Seite komprimiert ausgeliefert wird? Browser Cache auch gelöscht?

  21. #21
    yachtcharterat
    Gast

    Standard

    Hallo und danke für deine rasche Antwort
    Ich habe den Cach natürlich gelehrt und habe jetzt auch mein skript wieder zum Anfang an gestartet.
    Mir ist klar das der Eintrag "If you canNOT use mod_deflate.." auch wieder auskommentiert werden kann habe ich jetzt auch wieder gemacht doch leider keine Änderung.
    Darum wollte ich es so mal probieren.
    Ich habe die Seite http://www.whatsmyip.org/http-compression-test/? verwendet.
    Ich kann gerne auch sagen wie meine Seite lautet, vielleicht kann hier jemand helfen.
    Ich will nur keine Werbung machen.
    Da ich die Seite auf Contao umgestellt habe weil ich mir dachte und gelesen habe es Hilft mir bei Google bin ich jetzt nur etwas Enttäuscht, dass ich es nicht schaffe so wie ihr.
    Weil seit der Umstellung geht das Ranking immer weiter zurück (von Seite 2 auf gestern noch Seite 10).
    So jetzt darfst du dir gleich mal eine Hand auf Hirn klopfen, weil ich verstehe nicht was du mit uberspace meinst.
    meinst du das von Sabine14, das hatte ich eingebaut und habe gleich meine Seite nicht mehr ohne error gefunden, da sich dann plötzlich eine Htaccess in den Ordner css reinstellt


    Hier mein Ausgangs Skript und ich bekomme noch immer die Meldung, dass es nicht geht
    Speed ist bei Google so um die 61

    PHP-Code:
    ##
    # Contao Open Source CMS
    #
    # Copyright (c) 2005-2014 Leo Feyer
    #
    # @package Core
    # @link    https://contao.org
    # @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
    ##

    ##
    # Prevent access to the Contao template files
    ##
    <FilesMatch "\.(tpl|html5|xhtml)$">
      <
    IfModule !mod_authz_core.c>
        
    Order deny,allow
        Deny from all
      
    </IfModule>
      <
    IfModule mod_authz_core.c>
        Require 
    all denied
      
    </IfModule>
    </
    FilesMatch>

    ##
    # Allow access from all domains for webfonts
    # @see https://github.com/h5bp/html5-boilerplate
    ##
    <IfModule mod_headers.c>
      <
    FilesMatch "\.(ttf|ttc|otf|eot|woff|font\.css)$">
        
    Header set Access-Control-Allow-Origin "*"
      
    </FilesMatch>
    </
    IfModule>

    ##
    # Disable ETags
    # @see http://developer.yahoo.com/performance/rules.html#etags
    ##
    FileETag None
    <IfModule mod_headers.c>
      
    Header unset ETag
    </IfModule>

    ##
    # Set the proper MIME types
    # @see https://github.com/h5bp/html5-boilerplate
    ##
    <IfModule mod_mime.c>
      
    AddType application/javascript              js jsonp
      AddType application
    /json                    json
      AddType audio
    /ogg                           oga ogg
      AddType audio
    /mp4                           m4a f4a f4b
      AddType video
    /ogg                           ogv
      AddType video
    /mp4                           mp4 m4v f4v f4p
      AddType video
    /webm                          webm
      AddType video
    /x-flv                         flv
      AddType image
    /svg+xml                       svg svgz
      AddEncoding gzip                            svgz
      AddType application
    /vnd.ms-fontobject       eot
      AddType application
    /x-font-ttf              ttf ttc
      AddType font
    /opentype                       otf
      AddType application
    /x-font-woff             woff
      AddType image
    /x-icon                        ico
      AddType image
    /webp                          webp
      AddType text
    /cache-manifest                 appcache manifest
      AddType text
    /x-component                    htc
      AddType application
    /xml                     rss atom xml rdf
      AddType application
    /x-web-app-manifest+json webapp
      AddType text
    /x-vcard                        vcf
      AddType application
    /x-shockwave-flash       swf
    </IfModule>

    ##
    # Gzip compression
    # @see https://github.com/h5bp/html5-boilerplate
    ##
    <IfModule mod_deflate.c>
      <
    IfModule mod_filter.c>
        
    AddOutputFilterByType DEFLATE text/html text/plain text/css application/json
        AddOutputFilterByType DEFLATE application
    /javascript
        AddOutputFilterByType DEFLATE text
    /xml application/xml text/x-component
        AddOutputFilterByType DEFLATE application
    /xhtml+xml application/rss+xml application/atom+xml
        AddOutputFilterByType DEFLATE image
    /x-icon image/svg+xml application/vnd.ms-fontobject application/x-font-ttf font/opentype
      
    </IfModule>
    </
    IfModule>

    ##
    # Expires headers (for better cache control)
    # @see https://github.com/h5bp/html5-boilerplate
    ##
    <IfModule mod_expires.c>
      
    ExpiresActive on

      
    ##
      # Productional website
      ##
      
    ExpiresByType text/cache-manifest           "access plus 0 seconds"
      
    ExpiresByType text/html                     "access plus 0 seconds"
      
    ExpiresByType text/xml                      "access plus 0 seconds"
      
    ExpiresByType application/xml               "access plus 0 seconds"
      
    ExpiresByType application/json              "access plus 0 seconds"
      
    ExpiresByType application/rss+xml           "access plus 1 hour"
      
    ExpiresByType application/atom+xml          "access plus 1 hour"
      
    ExpiresByType image/gif                     "access plus 1 month"
      
    ExpiresByType image/png                     "access plus 1 month"
      
    ExpiresByType image/jpeg                    "access plus 1 month"
      
    ExpiresByType image/x-icon                  "access plus 1 month"
      
    ExpiresByType video/ogg                     "access plus 1 month"
      
    ExpiresByType audio/ogg                     "access plus 1 month"
      
    ExpiresByType video/mp4                     "access plus 1 month"
      
    ExpiresByType video/webm                    "access plus 1 month"
      
    ExpiresByType text/x-component              "access plus 1 month"
      
    ExpiresByType application/x-font-ttf        "access plus 1 month"
      
    ExpiresByType font/opentype                 "access plus 1 month"
      
    ExpiresByType application/x-font-woff       "access plus 1 month"
      
    ExpiresByType image/svg+xml                 "access plus 1 month"
      
    ExpiresByType application/vnd.ms-fontobject "access plus 1 month"
      
    ExpiresByType text/css                      "access plus 1 year"
      
    ExpiresByType application/javascript        "access plus 1 year"

      
    ##
      # Disable caching during development
      # @see https://github.com/contao/core/issues/4364
      ##
      #ExpiresByType text/cache-manifest           "access"
      #ExpiresByType text/html                     "access"
      #ExpiresByType text/xml                      "access"
      #ExpiresByType application/xml               "access"
      #ExpiresByType application/json              "access"
      #ExpiresByType application/rss+xml           "access"
      #ExpiresByType application/atom+xml          "access"
      #ExpiresByType image/gif                     "access"
      #ExpiresByType image/png                     "access"
      #ExpiresByType image/jpeg                    "access"
      #ExpiresByType image/x-icon                  "access"
      #ExpiresByType video/ogg                     "access"
      #ExpiresByType audio/ogg                     "access"
      #ExpiresByType video/mp4                     "access"
      #ExpiresByType video/webm                    "access"
      #ExpiresByType text/x-component              "access"
      #ExpiresByType application/x-font-ttf        "access"
      #ExpiresByType font/opentype                 "access"
      #ExpiresByType application/x-font-woff       "access"
      #ExpiresByType image/svg+xml                 "access"
      #ExpiresByType application/vnd.ms-fontobject "access"
      #ExpiresByType text/css                      "access"
      #ExpiresByType application/javascript        "access"

    </IfModule>

    ##
    # Header adjustments
    ##
    <IfModule mod_headers.c>

      
    ##
      # Disable caching during development
      # @see https://github.com/contao/core/issues/4364
      ##
      #Header unset Cache-Control
      #Header append Cache-Control must-revalidate

      ##
      # Do not cache the cron.txt file
      # @see https://github.com/contao/core/issues/5105
      ##
      
    <FilesMatch "cron\.txt$">
        
    Header set Cache-Control "no-cache, no-store, must-revalidate, max-age=0, proxy-revalidate, no-transform"
      
    </FilesMatch>

      
    ##
      # Add a Vary Accept-Encoding header for the compressed resources. If you
      # modify the file types above, make sure to change them here accordingly.
      # @see http://developer.yahoo.com/performance/rules.html#gzip
      #
      # Note: If you are using a case-sensitive file system like HFS+ or ext4, you
      # have to change the <FilesMatch> directive as follows:
      #
      # <FilesMatch "\.(?i:js|css|xml|gz|svgz)$">
      #
      # For more information see: https://github.com/contao/core/issues/4364
      ##
      
    <FilesMatch "\.(js|css|xml|gz|svgz)$">
        
    Header append Vary Accept-Encoding
      
    </FilesMatch>

    </
    IfModule>

    ##
    # Disable MultiViews if you are having issues with requests returning the wrong
    # page. Requires AllowOverride Options=All,MultiViews to be set here.
    # @see https://github.com/contao/core/issues/3521
    ##
    #Options -MultiViews

    ##
    # URL rewriting
    ##
    <IfModule mod_rewrite.c>
      
    RewriteEngine On

      
    ##
      # Change the RewriteBase if your Contao installation is in a subdirectoy and
      # the rewrite rules are not working properly. Usage examples:
      #
      #   RewriteBase /contao-3.0.0
      #   RewriteBase /path/to/contao
      #
      # Depending on your server, you might have to remove the line entirely.
      ##
      
    RewriteBase /

      
    ##
      # Uncomment the following lines to add "www." to the domain:
      #
      #   RewriteCond %{HTTP_HOST} ^example\.com$ [NC]
      #   RewriteRule (.*) http://www.example.com/$1 [R=301,L]
      #
      # Uncomment the following lines to remove "www." from the domain:
      #
      #   RewriteCond %{HTTP_HOST} ^www\.example\.com$ [NC]
      #   RewriteRule (.*) http://example.com/$1 [R=301,L]
      #
      # Make sure to replace "example.com" with your domain name.
      ##

      ##
      # If you cannot use mod_deflate, uncomment the following lines to load a
      # compressed .gz version of the aggregated Contao JavaScript and CSS files.
      ##
      #AddEncoding gzip .gz
      #<FilesMatch "\.js\.gz$">
      #  AddType "application/javascript" .gz
      #</FilesMatch>
      #<FilesMatch "\.css\.gz$">
      #  AddType "text/css" .gz
      #</FilesMatch>
      #RewriteCond %{HTTP:Accept-encoding} gzip
      #RewriteCond %{REQUEST_FILENAME} \.(js|css)$
      #RewriteCond %{REQUEST_FILENAME}.gz -f
      #RewriteRule ^(.*)$ $1.gz [QSA,L]

      ##
      # By default, Contao adds ".html" to the generated URLs to simulate static
      # HTML documents. If you change the URL suffix in the back end settings, make
      # sure to change it here accordingly!
      #
      #   RewriteRule .*\.html$ index.php [L]   # URL suffix .html
      #   RewriteRule .*\.txt$ index.php [L]    # URL suffix .txt
      #   RewriteRule .*\.json$ index.php [L]   # URL suffix .json
      #
      # If you do not want to use an URL suffix at all, you have to add a second
      # line to prevent URLs that point to folders from being rewritten (see #4031).
      #
      #   RewriteCond %{REQUEST_FILENAME} !-d
      #   RewriteRule .* index.php [L]
      #
      # If you are using mod_cache, it is recommended to use the RewriteRule below,
      # which adds the query string to the internal URL:
      #
      #   RewriteRule (.*\.html)$ index.php/$1 [L]
      #
      # Note that not all environments support mod_rewrite and mod_cache.
      ##
      
    RewriteCond %{REQUEST_FILENAME} !\.(htm|php|js|css|htc|png|gif|jpe?g|ico|xml|csv|txt|swf|flv|mp4|webm|ogv|mp3|ogg|oga|eot|otf|tt[cf]|woff|svg|svgz|pdf|gz)$
      
    RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule 
    .*\.htmlindex.php [L]

      
    ##
      # The following rules are required if you want to pass the language as first
      # URL parameter (added in Contao 2.11). The first rule rewrites the empty URL
      # to the front end controller, the second one adds a missing trailing slash.
      ##
      
    RewriteRule ^[a-z]{2}(\-[A-Z]{2})?/$ index.php [L]
      
    RewriteRule ^([a-z]{2}(\-[A-Z]{2})?)$ $1/ [R=301,L]

    </
    IfModule

  22. #22
    yachtcharterat
    Gast

    Standard

    Hallo
    Bin leider noch immer verrzweifelt, hat hier jemand für mich Zeit damit ich es schaffe.
    Ich bin ein ganz netter und versuche es auch zu verstehen.
    danke

  23. #23
    Wandelndes Contao-Lexikon Avatar von tab
    Registriert seit
    22.10.2013.
    Beiträge
    10.078
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Stell ruhig mal den Link zu deiner Seite hier rein, dann sieht man auch, was ausgeliefert wird und was google pagespeed genau dazu sagt. Bei einer Seite habe ich auch mal ne halbe Stunde gesucht in der .htaccess und am Ende war da versehentlich ein Bild aus einer alten Website verlinkt anstatt aus der neuen. Die alte Website hatte keine Komprimierung ... Google pagespeed sagte dann immer "Komprimierung aktivieren". Nachdem das Bild korrekt verlinkt war, gab Google dann auch Ruhe . Also immer auch die Erläuterungen lesen .

    61? Hmm. das müssen schon verdammt viele Daten sein, damit du da durch die Komprimierung auf einen vernünftigen Wert kommst. Bei mir hat die Komprimierung exakt einen Punkt gebracht. Von 89 auf 90. Wenn ich jetzt bei 1&1 noch echte Cronjobs nutzen könnte, wären es nochmal 2 oder 3 mehr.

  24. #24
    yachtcharterat
    Gast

    Standard

    Danke das du dir Zeit nimmst
    Hier meine Seite
    lg

  25. #25
    Wandelndes Contao-Lexikon Avatar von tab
    Registriert seit
    22.10.2013.
    Beiträge
    10.078
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Hmm, es wird jedenfalls nichts komprimiert ausgeliefert. Aber das wussten wir ja schon.
    Bei welchem Hoster bist du denn? Bist du sicher, dass du MOD_DEFLATE nutzen kannst?

    Jedenfalls lädt die Seite schon sehr lang, Unmengen an Javascript. Da würde die Komprimierung sicher schon einiges bringen

  26. #26
    Contao-Urgestein Avatar von ways2web
    Registriert seit
    23.03.2010.
    Ort
    Berlin
    Beiträge
    1.698
    User beschenken
    Wunschliste

    Standard

    einfach mal ne phpinfo nutzen und schauen ob die module wirklich aktiv sind

  27. #27
    yachtcharterat
    Gast

    Standard

    Hallo
    Es steht in der PHPINFO so drin

    HTTP_ACCEPT_ENCODING gzip, deflate
    _SERVER["HTTP_ACCEPT_ENCODING"] gzip, deflate

    Vielleicht muss nur die htaccess anders angepasst werden nur wie oder ich mach generell was falsch.
    danke für eure HILFE

  28. #28
    yachtcharterat
    Gast

    Standard

    Hallo
    Es steht in der PHPINFO so drin

    HTTP_ACCEPT_ENCODING gzip, deflate
    _SERVER["HTTP_ACCEPT_ENCODING"] gzip, deflate

    gzip compression enabled

    Vielleicht muss nur die htaccess anders angepasst werden nur wie oder ich mach generell was falsch.
    danke für eure HILFE

  29. #29
    Contao-Yoda Avatar von MacKP
    Registriert seit
    15.06.2009.
    Ort
    Duisburg
    Beiträge
    13.292
    User beschenken
    Wunschliste
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Naja, manche Server wollen das trotzdem nicht so ausliefern. Am besten mal den Hoster fragen.
    Das ganze wird dir allerdings glaube ich nicht so extrem bei Google helfen, wie du gerne hättest.
    Da wird noch anderes im argen sein.
    Wenn ich mir den Quellcode anschaue, dann hast du da noch HTML Fehler. Das kommt (soweit ich das sehe) von Subcolums. Eine ältere Version hatte da einen Bug. Mach mal nen update der Erweiterung und leg das Spaltenset neu an. Dann wird auch das schließende </div> erzeugt, was dir da fehlt.

    Dann wird ein Bild nicht gefunden : http://www.yachting.at/files/hof_des...age/bglogo.gif Eventuell den Aufruf rausschmeißen oder mal das Bild neu hochladen.

    Die Seite braucht auch irre lang, bis die überhaupt erst mal angezeigt wird. Das könnte daran liegen, das die Datenbank Verbindung nicht gerade der Renner ist.

    Dann wird noch massiv viel JavaScript geladen, was glaube ich unnötig ist.. mediabox und slimbox.. da brauchst nur einen und dann sind da noch ein paar ander (hast du einfach alles angeklickt???).

    Das mal so für den Anfang. Da wird man sicher noch mehr machen können/müssen...

    Viele Grüße
    Contao Pool | C-C-A | MetaModels | [Internetseite -> Mediendepot Ruhr]
    [Arbeitet bei -> Paus Design & Medien]
    "I can EXPLAIN it to you, but I can't UNDERSTAND it for you."

  30. #30
    yachtcharterat
    Gast

    Standard

    Hallo
    @MacKP danke habe ich mir mal zur Brust genommen und bin jetzt auf ca 75 hinauf gekommen.

    Jetzt bleibt mir immer noch das gzip über, laut meinem Hoster sollte es funken, darum meine frage wie kann ich es nocht testen oder wie kann ich die haccess anpassen und sehen das sie funkt und zieht.
    danke für eure ideen und Hilfe
    lg

  31. #31
    Wandelndes Contao-Lexikon Avatar von tab
    Registriert seit
    22.10.2013.
    Beiträge
    10.078
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Was sollte denn laut deinem Hoster funktionieren? mod_deflate oder gzip oder ist beides möglich?
    Mir fällt auch auf, dass der Cache deaktiviert zu sein scheint.

  32. #32
    yachtcharterat
    Gast

    Standard

    So nach einer umstellung in der htaccess funkt es fürs erste
    <IfModule mod_filter.c> wurde auskommentiert

    PHP-Code:
    ##
    # Gzip compression
    # @see https://github.com/h5bp/html5-boilerplate
    ##
    <IfModule mod_deflate.c>
     
    ## <IfModule mod_filter.c>
       
    AddOutputFilterByType DEFLATE text/html text/plain text/css application/json
       AddOutputFilterByType DEFLATE application
    /javascript
       AddOutputFilterByType DEFLATE text
    /xml application/xml text/x-component
       AddOutputFilterByType DEFLATE application
    /xhtml+xml application/rss+xml application/atom+xml
       AddOutputFilterByType DEFLATE image
    /x-icon image/svg+xml application/vnd.ms-fontobject application/x-font-ttf font/opentype
    ## </IfModule>
    </IfModule
    Was mir jetzt noch fehlt ist das Browser-Caching nutzen
    ist angehackt aber funkt nicht
    und wie macht man dann noch Sichtbare Inhalte priorisieren im Contao?

    danke für eure hilfe

  33. #33
    Contao-Nutzer Avatar von gracilis
    Registriert seit
    19.06.2009.
    Ort
    Rostock
    Beiträge
    180

    Standard

    Hallo,
    bei mir zeigt
    http://www.whatsmyip.org/http-headers/
    aber auch an, dass gzip ausgeliefert wird, im Gegensatz zum Firebug/Zeitmessung
    und
    http://www.whatsmyip.org/http-compression-test/
    zeigt auch Kompression an.
    Seltsam alles.
    Aber die .gz werden auch bei mir nicht geladen (1und1).
    .per.aspera.ad.astra.

Aktive Benutzer

Aktive Benutzer

Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)

Lesezeichen

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •