Fehler 500 beim Zugriff auf MU Network

Ich komme nicht mehr in die admin Oberfläche von meinem MU Netzwerk
Fehlercode 500, ich habe es probiert indem ich der HTACCESS folgendes hinzugefügt habe.

“Require all granted”

funktioniert jedoch nicht.

Ebenso ausprobiert php.ini mit 64 MB Limit
PH5 Handler anfügen.

Meine HTACCESS sieht so aus

[code]# BEGIN Better WP Security

Order allow,deny
Allow from all
Deny from 188.143.232.0/24
<files .htaccess>
Order allow,deny
Deny from all

Order allow,deny Deny from all Order allow,deny Deny from all Order allow,deny Deny from all Order allow,deny Deny from all RewriteEngine On

RewriteRule ^wp-admin/includes/ - [F,L]
RewriteRule !^wp-includes/ - [S=3]
RewriteCond %{SCRIPT_FILENAME} !^(.*)wp-includes/ms-files.php
RewriteRule ^wp-includes/[^/]+.php$ - [F,L]
RewriteRule ^wp-includes/js/tinymce/langs/.+.php - [F,L]
RewriteRule ^wp-includes/theme-compat/ - [F,L]

RewriteCond %{REQUEST_METHOD} ^(TRACE|DELETE|TRACK) [NC]
RewriteRule ^(.*)$ - [F,L]

RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} ^(.)wp-comments-post.php
RewriteCond %{HTTP_REFERER} !^(.)meineurl.com.
RewriteCond %{HTTP_REFERER} !^http://jetpack.wordpress.com/jetpack-comment/ [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule ^(.*)$ - [F,L]

RewriteCond %{QUERY_STRING} ../ [NC,OR]
RewriteCond %{QUERY_STRING} ^.(bash|git|hg|log|svn|swp|cvs) [NC,OR]
RewriteCond %{QUERY_STRING} etc/passwd [NC,OR]
RewriteCond %{QUERY_STRING} boot.ini [NC,OR]
RewriteCond %{QUERY_STRING} ftp: [NC,OR]
RewriteCond %{QUERY_STRING} http: [NC,OR]
RewriteCond %{QUERY_STRING} https: [NC,OR]
RewriteCond %{QUERY_STRING} (<|%3C).script.(>|%3E) [NC,OR]
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|%3D) [NC,OR]
RewriteCond %{QUERY_STRING} base64_encode.
(.) [NC,OR]
RewriteCond %{QUERY_STRING} ^.
([|]|(|)|<|>|ê|"|;|?|*|=$).* [NC,OR]
RewriteCond %{QUERY_STRING} ^.("|’|<|>|\|{||). [NC,OR]
RewriteCond %{QUERY_STRING} ^.(%24&x). [NC,OR]
RewriteCond %{QUERY_STRING} ^.(%0|%A|%B|%C|%D|%E|%F|127.0). [NC,OR]
RewriteCond %{QUERY_STRING} ^.(globals|encode|localhost|loopback). [NC,OR]
RewriteCond %{QUERY_STRING} ^.(request|select|concat|insert|union|declare). [NC]
RewriteCond %{QUERY_STRING} !^loggedout=true
RewriteCond %{QUERY_STRING} !^action=rp
RewriteCond %{HTTP_COOKIE} !^.wordpress_logged_in_.$
RewriteRule ^(.*)$ - [F,L]

# END Better WP Security

RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]

uploaded files

RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule . index.php [L]

BEGIN WPSuperCache

END WPSuperCache

BEGIN WordPress

END WordPress[/code]

Hallo,

ggf. mal die Wordpress Community anhauen, da wird ja sicher jemand schon ähnliche Probleme gehabt haben.