If images stop loading in PrestaShop when Friendly URLs are enabled, the issue is usually related to the .htaccess file or Apache configuration.
To fix it:
Once these steps are done, images should load correctly with Friendly URLs enabled.
To fix it:
- Regenerate the .htaccess file from the PrestaShop Back Office.
- Make sure mod_rewrite is enabled on the server.
- Ensure Apache allows .htaccess files by setting AllowOverride All.
- Check correct permissions for .htaccess and the /img folder.
- Clear cache and regenerate image thumbnails.
Once these steps are done, images should load correctly with Friendly URLs enabled.