• Resolved audioscavenger

    (@audioscavenger)


    It had to happen one day… all is broken. deactivated cache plugins, disabled cache on Cloudflare, restarted nginx and WP, disabled plugin, re-enabled…

    all is broken. what do I do?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Maya

    (@tdgu)

    Hi,
    This should work fine, i see you disabled all custom URLs. So at the moment, all the files are loaded through the default WordPress.
    First, disable the WP Hide plugin. Further check the .htaccess file located on your WordPress root, if there are any wp-hide lines ? If so, remove that.
    If none, can you check the files are actually on the server?

    Thanks

    Thread Starter audioscavenger

    (@audioscavenger)

    • disable the WP Hide plugin, done
    • Further check the .htaccess file: done, no wp-hide lines?
    • check files are on the server and yes they are, owned by www-data, correct permissions

    did your plugin modify anything in the image posts inside the db? i am searching for them right now

    Thread Starter audioscavenger

    (@audioscavenger)

    FIXED

    Sorry to have suspected your plugin, it was the one that did the most modifications so far, seemed like the culprit!

    • your plugin does NOT modify links in the db, I verified that
    • culprit was nginx swag proxy: expiry of 1month for files bugged out completely:

    location ~* ^.+.(jpe?g|png|gif|webp|ico|eot|otf|woff|woff2|ttf)$ {
    expires 1M;
    }

    Adding heaxpiry headers is recommended eberywhere, so I did. disabling it resolved the situation.

    reactivated your plugin, THANK YOU

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘all the image links are broken’ is closed to new replies.