Hello
I always find that the image path is blocked
The main reason for this is after searching the .htaccess file
I found the problem here
# END Cache-Control Headersphp_value opcache.enable 0
RewriteCond %{HTTP_REFERER} !^domain_name.*$ [NC]
RewriteCond %{HTTP_REFERER} !^domain_name$ [NC]
RewriteCond %{HTTP_REFERER} !^domain_name.*$ [NC]
RewriteCond %{HTTP_REFERER} !^domain_name$ [NC]
RewriteCond %{HTTP_REFERER} !^domain_name/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^domain_name$ [NC]
RewriteCond %{HTTP_REFERER} !^domain_name.*$ [NC]
RewriteCond %{HTTP_REFERER} !^domain_name$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp|webp)$ - [F,NC]
# php -- BEGIN cPanel-generated handler, do not edit
#Bu etki alanı, “PHP” paketini miras alır.
# php -- END cPanel-generated handler, do not edit
[/code]
What's wrong with that