Jump to content
xt:Commerce Community Forum

Hilfe,Hilfe! Shop über IE9 nicht erreichbar nach Update (Firefox geht)


reitsport-menzel

Recommended Posts

Hallo, ich habe folgendes Problem.

Ich habe gerade ein Update auf die Version 4.0.14 durchgeführt. Im Firefox funktioniert der Shop. Nur im IE9 wird mir beim Aufruf der Startseite ein Fehler 500 zurückgegeben. Woran könnte das liegen? www.reitsport-menzel.de

.htaccess Datei sieht wie folgt aus:

DirectoryIndex index.php

RewriteEngine on

RewriteCond %{HTTP_HOST} ^reitsport-menzel.de$

RewriteRule ^(.*)$ http://www.reitsport-menzel.de/$1 [R=301,L]

RewriteCond %{HTTP_HOST} ^reitsport-menzel.de$ [NC]

RewriteRule ^(.*)$ http://www.reitsport-menzel.de/$1 [R=301,L]

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond %{REQUEST_URI} !^/index.php

RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC]

RewriteRule (.*) index.php

RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]

RewriteCond %{REQUEST_URI} !^/media/

RewriteCond %{REQUEST_URI} !^/extAdmin/

RewriteCond %{REQUEST_URI} !^/skin/

RewriteCond %{REQUEST_URI} !^/js/

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond %{REQUEST_FILENAME} !-l

# compress text, html, javascript, css, xml:

AddOutputFilterByType DEFLATE text/plain

AddOutputFilterByType DEFLATE text/html

AddOutputFilterByType DEFLATE text/xml

AddOutputFilterByType DEFLATE text/css

AddOutputFilterByType DEFLATE application/xml

AddOutputFilterByType DEFLATE application/xhtml+xml

AddOutputFilterByType DEFLATE application/rss+xml

AddOutputFilterByType DEFLATE application/javascript

AddOutputFilterByType DEFLATE application/x-javascript

# Or, compress certain file types by extension:

<files *.html>

SetOutputFilter DEFLATE

</files>

<IfModule mod_expires.c>

ExpiresActive On

ExpiresByType text/css "access plus 1 week"

ExpiresByType application/javascript "access plus 1 month"

ExpiresByType application/x-javascript "access plus 1 month"

ExpiresByType image/gif "access plus 1 week"

ExpiresByType image/jpeg "access plus 1 week"

ExpiresByType image/png "access plus 1 week"

ExpiresByType image/x-icon "access plus 1 year"

</IfModule>

RewriteRule .* index.php

Bitte helft mir... ich komme nicht weiter...

Link to comment
Share on other sites

Hi Fry,

daran liegt es nicht. Sobald ich die Datei xtframework\classes\class.hookpoint.php update kommt der Fehler 500 im Internetexplorer. Wenn ich die alte Datei wieder einspiele geht sofort wieder alles. Ein Kunde berichtete mir auch, dass die Seite nicht aufrufbar ist. Wie gesagt, mit dem Firefox geht alles.

Bitte helft mir...

So, habe jetzt das komplette Shop Update nochmal durchgeführt, sämtliche Plugins neu installiert und alle Cache Verzeichnisse gelöscht, jetzt gehts.

Link to comment
Share on other sites

Archived

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

×
  • Create New...