Also, ich hab jetzt ewigst rumprobiert, der schei*** hat mich heute den ganzen Tag gekostet.
Ich hab nacheinander alles manuell gelöscht.
den Eintrag in der wp-config, die Verzeichnisse in wp-content und den cache in wp-content und das Plugin selbst im Plugin Ordner.
Dabei habe ich alle Plugins deaktiviert.
Soweit so gut, alles funktioniert noch, aber sobald ich die htaccess anpasse, funktioniert es nicht mehr.
[COLOR=#696969]Der Eintrag den ich löschen will ist dieser:
[/COLOR][COLOR=#696969]# BEGIN WPSuperCache[/COLOR]
[COLOR=#696969]<IfModule mod_rewrite.c>[/COLOR]
[COLOR=#696969]RewriteEngine On[/COLOR]
[COLOR=#696969]RewriteBase /[/COLOR]
[COLOR=#696969]#If you serve pages from behind a proxy you may want to change 'RewriteCond %{HTTPS} on' to something more sensible[/COLOR]
[COLOR=#696969]AddDefaultCharset UTF-8[/COLOR]
[COLOR=#696969]RewriteCond %{REQUEST_URI} !^.*[^/]$[/COLOR]
[COLOR=#696969]RewriteCond %{REQUEST_URI} !^.*//.*$[/COLOR]
[COLOR=#696969]RewriteCond %{REQUEST_METHOD} !POST[/COLOR]
[COLOR=#696969]RewriteCond %{QUERY_STRING} !.*=.*[/COLOR]
[COLOR=#696969]RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$[/COLOR]
[COLOR=#696969]RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC][/COLOR]
[COLOR=#696969]RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC][/COLOR]
[COLOR=#696969]RewriteCond %{HTTP:Accept-Encoding} gzip[/COLOR]
[COLOR=#696969]RewriteCond %{HTTPS} on[/COLOR]
[COLOR=#696969]RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html.gz -f[/COLOR]
[COLOR=#696969]RewriteRule ^(.*) "/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html.gz" [L][/COLOR]
[COLOR=#696969]RewriteCond %{REQUEST_URI} !^.*[^/]$[/COLOR]
[COLOR=#696969]RewriteCond %{REQUEST_URI} !^.*//.*$[/COLOR]
[COLOR=#696969]RewriteCond %{REQUEST_METHOD} !POST[/COLOR]
[COLOR=#696969]RewriteCond %{QUERY_STRING} !.*=.*[/COLOR]
[COLOR=#696969]RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$[/COLOR]
[COLOR=#696969]RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC][/COLOR]
[COLOR=#696969]RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC][/COLOR]
[COLOR=#696969]RewriteCond %{HTTP:Accept-Encoding} gzip[/COLOR]
[COLOR=#696969]RewriteCond %{HTTPS} !on[/COLOR]
[COLOR=#696969]RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{SERVER_NAME}/$1/index.html.gz -f[/COLOR]
[COLOR=#696969]RewriteRule ^(.*) "/wp-content/cache/supercache/%{SERVER_NAME}/$1/index.html.gz" [L][/COLOR]
[COLOR=#696969]RewriteCond %{REQUEST_URI} !^.*[^/]$[/COLOR]
[COLOR=#696969]RewriteCond %{REQUEST_URI} !^.*//.*$[/COLOR]
[COLOR=#696969]RewriteCond %{REQUEST_METHOD} !POST[/COLOR]
[COLOR=#696969]RewriteCond %{QUERY_STRING} !.*=.*[/COLOR]
[COLOR=#696969]RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$[/COLOR]
[COLOR=#696969]RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC][/COLOR]
[COLOR=#696969]RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC][/COLOR]
[COLOR=#696969]RewriteCond %{HTTPS} on[/COLOR]
[COLOR=#696969]RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html -f[/COLOR]
[COLOR=#696969]RewriteRule ^(.*) "/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html" [L][/COLOR]
[COLOR=#696969]RewriteCond %{REQUEST_URI} !^.*[^/]$[/COLOR]
[COLOR=#696969]RewriteCond %{REQUEST_URI} !^.*//.*$[/COLOR]
[COLOR=#696969]RewriteCond %{REQUEST_METHOD} !POST[/COLOR]
[COLOR=#696969]RewriteCond %{QUERY_STRING} !.*=.*[/COLOR]
[COLOR=#696969]RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$[/COLOR]
[COLOR=#696969]RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC][/COLOR]
[COLOR=#696969]RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC][/COLOR]
[COLOR=#696969]RewriteCond %{HTTPS} !on[/COLOR]
[COLOR=#696969]RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{SERVER_NAME}/$1/index.html -f[/COLOR]
[COLOR=#696969]RewriteRule ^(.*) "/wp-content/cache/supercache/%{SERVER_NAME}/$1/index.html" [L][/COLOR]
[COLOR=#696969]</IfModule>[/COLOR]
[COLOR=#696969]# END WPSuperCache
[/COLOR]
Was steht da drin, das es mir nachher die Seite zerhaut? Wenn ich es zurück kopiere, dann geht alles wieder.
Was soll ich machen?