Page 1 of 1

Serverfehler!

PostPosted: 26 Mar 2012, 10:26
by wolfsblut
Serverfehler!
Die Anfrage kann nicht beantwortet werden, da im Server ein interner Fehler aufgetreten ist. Der Server ist entweder überlastet oder ein Fehler in einem CGI-Skript ist aufgetreten.

Lösung:
Öffne die .htaccess

Finde:

Code: Select all
BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html
   SetEnvIfNoCase Request_URI \
   \.(?:gif|jpe?g|png)$ no-gzip dont-vary


Lösche:

Code: Select all
Header append Vary User-Agent env=!dont-vary

PostPosted: 28 Mar 2012, 02:47
by Jason
We don't have anyone here that speaks German :/

PostPosted: 28 Mar 2012, 03:47
by horse
wolfsblut just wants to say that a Internal Server Error 500 can be caused of the .htaccess

Removing the line in the .htaccess
"Header append Vary User-Agent env=!dont-vary"
can fix that problem

PostPosted: 28 Mar 2012, 05:35
by Jason
horse wrote:wolfsblut just wants to say that a Internal Server Error 500 can be caused of the .htaccess

Removing the line in the .htaccess
"Header append Vary User-Agent env=!dont-vary"
can fix that problem

Thanks for the translation! We'll check it out.

Topic Closed

PostPosted: 07 Nov 2012, 12:40
by Staff Bot
This thread has been locked because the last post is greater than six months old. There is a good chance that the information in this thread is outdated. Please open a new topic if you wish to discuss this further.