Internal Server Error 500

Hey liebe Community,

hab ein kleines Problem. Möchte mir mal das CMS von http://www.clansuite.com ansehen und habs mal auf den FTP hochgeladen. Jetzt bekomme ich aber immer die Fehlermeldung “Internal Server Error 500” wenn ich die index aufrufen will.

[quote]The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@bplaced.net and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.[/quote]

Der Support hat mir zuerst geraten das ich das “#” vor “Options +FollowSymLinks” in der .htaccess mache. Gebracht hat das aber leider nichts.
Hier der gesamte Code der .htaccess

[code]# This is a “.htaccess” template for Clansuite

SVN: $Id: .htaccess 6028 2012-02-15 00:10:41Z vain $

Don’t show directory listings for URLs which map to a directory.

DirectoryIndex index.php

Follow symbolic links in this directory.

#Options +FollowSymLinks
Options -Indexes
SetEnv TZ Europe/Berlin

RewriteEngine on # rewrite "www.domain.com -> domain.com" #RewriteCond %{HTTPS} !=on #RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC] #RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !\.(js|ico|gif|jpg|png|css)$ /index.php [QSA,L]

disable direct access to database, config, text, log and template files

<FilesMatch “.(txt|log|tpl|sql|xml|ini)$”>
order allow,deny
deny from all

php_value magic_quotes_runtime "0" php_value magic_quotes_gpc "0" php_value register_globals "Off" php_value output_buffering "1" php_value output_handler ob_gzhandler AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/x-javascript text/javascript application/javascript application/json SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary SetEnvIfNoCase Request_URI \.(?:exe|t?gz|zip|bz2|sit|rar)$ no-gzip dont-vary # webfonts and svg: SetOutputFilter DEFLATE # Netscape 4.x problems... BrowserMatch ^Mozilla/4 gzip-only-text/html # Netscape 4.06-4.08 problems BrowserMatch ^Mozilla/4\.0[678] no-gzip # MSIE masquerades as Netscape, but it is fine BrowserMatch \bMSIE !no-gzip !gzip-only-text/html # ensure proxies don't deliver the wrong content Header append Vary User-Agent env=!dont-vary Header set cache-control: public ExpiresActive On ExpiresDefault "access plus 1 years" # Force use of Chromium Render Engine if IE BrowserMatch MSIE ie Header set X-UA-Compatible "IE=Edge,chrome=1" env=ie
# inform proxies that content changes based on user agent
Header append Vary User-Agent

# do not serve cross domain ajax
# code.google.com/p/html5security/wiki/CrossOriginRequestSecurity
Header set Access-Control-Allow-Origin "*"

Header unset ETag
Header unset Last-Modified
FileETag none mod_gzip_on Yes mod_gzip_dechunk Yes mod_gzip_item_include file \.(html?|txt|xml|css|js|php|pl|gif|jpg|jpeg|png|swf|flv|eot|woff|svg|ttf)$ mod_gzip_item_include handler ^cgi-script$ mod_gzip_item_include mime ^text/.* mod_gzip_item_include mime ^application/x-javascript.* mod_gzip_item_exclude mime ^image/.* mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*

(11) If you have trouble uploading larger files, increase the maximum file size.

#

php_value upload_max_filesize -1

php_value post_max_size 512M

php_value memory_limit -1

php_value max_input_time -1

php_value max_execution_time 0

php_value error_reporting 5

#[/code]

Könnte mir hier eventuell jemand helfen?

Danke schon mal im vorhinein :slight_smile:

Regards,
Steve

Scheint alles zu funktionieren. Leere mal die Browser-Cache.

Hab ich alles schon mehrmals versucht. Siehe --> http://vulpez.bplaced.net/Clansuite

Hallo,

zum Zeitpunkt des Postes von Mohyra konnte man problemlos deine Seite aufrufen und bekam die Installation zu sehen. Aktuell wird wieder der 500er ausgegeben. Hast du in den letzten beiden Stunden etwas verändert?

Edit: da man bei deinem index of nur /Clansphere und nicht /Clansuite/ sieht gingen wir wohl von dem Falschen aus.

Oh, nicht gesehen. Hast du schon geschaut, ob da nicht noch eine .htaccess ist?

Genau, Clansphere hab ich neu hochgeladen, wahrscheinlich habt ihr das gesehen. Das funzt auch problemlos. Nur mit Clansuite hab ich da extreme Probleme. Ich bekomms nicht mal hier lokal mit xampp hin.

Ich muss wohl dazusagen das Clansuite noch eine Entwicklerversion ist aber das muss ja trotzdem irgendwie funktionieren. :unamused:

Also in dem Root-Verzeichnis ist nur diese eine .htaccess und eine htaccessfull.txt
An der kanns ja nicht liegen oder? oO

hm, also kann mir nun niemand helfen? Wäre echt toll falls noch jemandem was einfällt :slight_smile: