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.
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