Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Gino.Onorato

    (@ginoonorato)

    Found the problem, it was two little lines of code located in my .htaccess file.

    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{SERVER_NAME}/$1/index.html.gz -f
    
    RewriteRule ^(.*) "/wp-content/cache/supercache/%{SERVER_NAME}/$1/index.html.gz" [L]

    Removed those and everything works fine now.

    Thread Starter Gino.Onorato

    (@ginoonorato)

    Hello,

    I tried reverting back to the default theme, but it doesn’t help. The site works fine when I’m logged in as an admin, but when i access the site from anywhere else, i encounter the problem. It doesn’t seem like there is a new version of my theme. May be time to upgrade to a new one *sigh*.

    thank you

Viewing 2 replies - 1 through 2 (of 2 total)