11/04/2016 at 5:56 am
#398592
Participant
Hi Steven,
When this problem occurs, we see a new htaccess file In the wp-content/uploads folder:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteRule (.*) /index.php?uamfiletype=attachment&uamgetfile=$1 [L]
</IfModule>
It only affects Connections, probably because of the fact that connections has a seperate folder for images in the uploads folder.
Removing this file solves the problem, but every now and then the file is back.
The site is hosted at Siteground and it might come from there. Hosting providers tend to do their own optimization things without nofification.
Regards,Rolf
-
This reply was modified 5 years, 8 months ago by
Rolf Diepeveen.