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