Jump to content
xt:Commerce Community Forum

Shop nicht mehr erreichbar für 1und1 nach Umstellung Apache 2.2 auf 2.4


MEG1

Recommended Posts

Hallo liebe Community,

ich betreibe einen Shop der seit Januar vor sich hinläuft und unangetastet ist. Nun habe ich durch Zufall erfahren, das dieser nicht mehr erreichbar ist. Ich konnte mir das nicht erklären, da wir am Shop und den Dateien nichts geändert haben. Ein Anruf beim Hoster ergab, das dieser (1und1) Ihre Server aktualisiert haben. Nun müsste die .htaccess angeblich geändert werden. Sie gaben mir einen Link http://httpd.apache.org/docs/2.4/upgrading.html

Daran sollte ich mich orientieren.

Ich komme aber nicht weiter. Kann mir bitte jemand helfen bzw. einen Tipp geben.

Meine htaccess:

# RewriteEngine on
# RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php

DirectoryIndex index.php

<IfModule mod_rewrite.c>
SetEnv HTTP_MOD_REWRITE On
Options -MultiViews
RewriteEngine on

RewriteCond %{REQUEST_URI} !^/media/
RewriteCond %{REQUEST_URI} !^/xtAdmin/
RewriteCond %{REQUEST_URI} !^/skin/
RewriteCond %{REQUEST_URI} !^/js/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l

RewriteRule .* /index.php
</IfModule>

<IfModule mod_expires.c>
    ExpiresActive On
    ExpiresDefault "access plus 1 seconds"
    ExpiresByType image/x-icon "access plus 2692000 seconds"
    ExpiresByType image/jpeg "access plus 2692000 seconds"
    ExpiresByType image/png "access plus 2692000 seconds"
    ExpiresByType image/gif "access plus 2692000 seconds"
    ExpiresByType application/x-shockwave-flash "access plus 2692000 seconds"
    ExpiresByType text/css "access plus 2692000 seconds"
    ExpiresByType text/javascript "access plus 2692000 seconds"
    ExpiresByType application/x-javascript "access plus 2692000 seconds"
</IfModule>
<IfModule mod_headers.c>
    <FilesMatch "\\.(ico|jpe?g|png|gif|swf|css|js)$">
        Header set Cache-Control "max-age=2692000, public"
    </FilesMatch>
    Header unset ETag
    Header unset Last-Modified
</IfModule>

Link to comment
Share on other sites

Hallo df:bug,

habe die 64Bit Variante abgelegt, leider keine Verbesserung.

Ich habe nun über den Firefox auch etwas mehr Info als über den IE erhalten:

http://mustershop.de/xtWizard/xtWizard/xtWizard/xtWizard/xtWizard/xtWizard/xtWizard/xtWizard/xtWizard/xtWizard/xtWizard/xtWizard/xtWizard/xtWizard/xtWizard/xtWizard/xtWizard/xtWizard/xtWizard/xtWizard/no-loader.php

Fehler: Umleitungsfehler

Ich verzweifel noch :-(

Der Hoster aktualisert etwas und nun stehe ich hier und nix läuft.

 

Link to comment
Share on other sites

  • 2 months later...

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...