• Resolved preddie

    (@preddie)


    I have a problem. I just want to login on wp-admin, and it turns white now… The whole page is working except wp-admin, this is my .htaccess. I didn’t edit it and I could login on wp-admin 2 hours ago.

    # BEGIN WpFastestCache
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    AddDefaultCharset UTF-8
    RewriteCond %{HTTP_HOST} !^www\.
    RewriteCond %{REQUEST_URI} !^/wp-login.php
    RewriteCond %{REQUEST_URI} !^/wp-admin
    RewriteCond %{REQUEST_URI} !^/wp-content
    RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L]
    RewriteCond %{REQUEST_METHOD} !POST
    RewriteCond %{QUERY_STRING} !.*=.*
    RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond %{HTTP:Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond /home/vhosting/j/vhost0060524/domains/kinderfilmpjes.net/htdocs/www/wp-content/cache/all/$1/index.html -f
    RewriteRule ^(.*) “/wp-content/cache/all/$1/index.html” [L]
    </IfModule>
    # END WpFastestCache
    # BEGIN LBCWpFastestCache
    <FilesMatch “\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf|x-html|css|xml|js|woff|ttf|svg|eot)(\.gz)?$”>
    <IfModule mod_expires.so>
    ExpiresActive On
    ExpiresDefault A0
    ExpiresByType image/gif A2592000
    ExpiresByType image/png A2592000
    ExpiresByType image/jpg A2592000
    ExpiresByType image/jpeg A2592000
    ExpiresByType image/ico A2592000
    ExpiresByType text/css A2592000
    ExpiresByType text/javascript A2592000
    </IfModule>
    <IfModule mod_headers.c>
    Header set Expires “max-age=2592000, public”
    Header unset ETag
    </IfModule>
    FileETag None
    </FilesMatch>
    # END LBCWpFastestCache
    # BEGIN GzipWpFastestCache
    <IfModule mod_deflate.c>
    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
    </IfModule>
    # END GzipWpFastestCache
    # BEGIN WPSuperCache
    # END WPSuperCache
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    https://www.ads-software.com/plugins/wp-fastest-cache/

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter preddie

    (@preddie)

    Now other pages are turning white

    Thread Starter preddie

    (@preddie)

    Site is now white…, what to do?
    -cleared the cache
    -Restored orginal .htaccess file

    Still white..

    Plugin Author Emre Vona

    (@emrevona)

    but WPFC cannot cause such error. Can you clean the rules which belongs to WPFC please?

    Plugin Author Emre Vona

    (@emrevona)

    This is chronicle super cache error ??

    Thread Starter preddie

    (@preddie)

    I just deleted the site and do a total restore, pfff. Do you know if and where Supercache stores his info in the database?

    I hope i will have my site back. I had a copy of a working site with WPFC, but that copy also didn’t worked anymore

    Plugin Author Emre Vona

    (@emrevona)

    now everything is ok?

    Thread Starter preddie

    (@preddie)

    I reinstalled my website, i’m now making backups of all files and database and then install the cacher ??

    I did a fresh install and manual copied my posts and meta-data to the new database. There was something really corrupt….

    First i taught: ‘I never, ever ever install a cache plugin again’.
    The website is only a little slow without it…. But i will try with 10 backups behind :)(i trust your plugin, but just in case)

    Plugin Author Emre Vona

    (@emrevona)

    ?? “i trust your plugin, but just in case” , what does it mean? I couldn’t understand

    Thread Starter preddie

    (@preddie)

    Wp-super-cache destroyed my website… So now, with a fresh install, i’m a little more carefull.

    edit: Almost done backuping, install the plugin in some moments
    edit2: Installed and running with your plugin again, but now without WP-Supercache history

    Plugin Author Emre Vona

    (@emrevona)

    ok ??

    Plugin Author Emre Vona

    (@emrevona)

    by the way, Can you vote my plugin please? ??

    Thread Starter preddie

    (@preddie)

    Done, tnx for great support.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘WP-admin turns white’ is closed to new replies.