• Resolved cdegeus

    (@cdegeus)


    Hi,

    The previous help in other threads didn’t help.
    Maybe good to know:

    I use flatsome theme.
    I use cloudflare cdn

    Herewith 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 protection

    The page I need help with: [log in to see the link]

Viewing 16 replies (of 16 total)
  • Plugin Author Mateusz Gbiorczyk

    (@mateuszgbiorczyk)

    mateusz[{at}]gbiorczyk[{dot}]pl (replace [{at}] with @ and [{dot}] with .)

Viewing 16 replies (of 16 total)

The topic ‘Images still in jpg and ong’ is closed to new replies.