Images still in jpg and ong
-
Hi,
The previous help in other threads didn’t help.
Maybe good to know:I use flatsome theme.
I use cloudflare cdnHerewith my uploads .htaccess file contents.
<FilesMatch “\.(?i:php)$”>
<IfModule !mod_authz_core.c>
Order allow,deny
Deny from all
</IfModule>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
</FilesMatch># BEGIN Wordfence code execution protection
<IfModule mod_php5.c>
php_flag engine 0
</IfModule>
<IfModule mod_php7.c>
php_flag engine 0
</IfModule>AddHandler cgi-script .php .phtml .php3 .pl .py .jsp .asp .htm .shtml .sh .cgi
Options -ExecCGI
# END Wordfence code execution protectionThe page I need help with: [log in to see the link]
The topic ‘Images still in jpg and ong’ is closed to new replies.