Well, I am not quite sure what the question is right now, but checking your blog page, you are assigning some kinda "assets" folder, so images are not loading
http://www.photo-marcellin.fr/ImagevueMar/Blog/ ... Really not sure what complicated stuff you are trying to do here.
The /blog/ page at ehretic, and also on
mjau-mjau.com/blog/, is simply a folder /blog/ with child pages /blog/post/. The posts will automatically list on the /blog/ page, with their preview-image ... Preview image is ANY image uploaded to the post folder.
Even when you fix that, you will STILL need to do as I posted previously. Set the WIDTH of the folders module to DEFAULT, instead of NARROW, as you have it set to now.
Marcellin wrote:It took a 10 4 report for the thumbnails but it does not matter I will leave it so,
Sorry, not sure what you mean 10 4 report. If you want larger images, you need to provide more space for them.
Marcellin wrote:however how to prohibit access to the content folder when tapping the address on a browser
This should already be DEFAULT from your hosting. But if you need to fix it, you will need to open the .htaccess, and add the following:
# Prevent directory content listing - Should already be added by your host.
# This setting is disabled in X3 by default, because it creates ERROR on some servers.
Options -Indexes
A setting for this might be available from your hosting cPanel, I don't know. You should check with your hosting service, as this is not part of what X3 can or should do.