12/20/2014 at 1:09 am
#313166
Participant
You guessed right, Steven!
There was a .htaccess file and I don’t know where it comes from.
It containes:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteRule (.*) /index.php?uamfiletype=attachment&uamgetfile=$1 [L]
</IfModule>
I renamed it htaccess.txt et voila’! The images are now perfectly visible!
I just need to find out where that file comes from.
Thank you for your help!
