Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter happypea

    (@happypea)

    Ok, thank you.
    Where in the file do I check permissions/owners? How can I see it for each file? I don’t know where to look.

    Thread Starter happypea

    (@happypea)

    Yes, the file you mentioned exists.

    How should I check it? Open the file, copy, and paste it here?

    Thread Starter happypea

    (@happypea)

    There is wp-content/.htaccess that has below:

    # BEGIN ShortPixelWebp
    # The directives (lines) between “BEGIN ShortPixelWebp” and “END ShortPixelWebp” are
    # dynamically generated, and should only be modified via WordPress filters.
    # Any changes to the directives between these markers will be overwritten.

    # END ShortPixelWebp`

    Thread Starter happypea

    (@happypea)

    So Wordfence has below in .htaccess file. (I changed some parts to *.)
    Is this the reason?

    # Wordfence WAF
    <IfModule LiteSpeed>
    php_value auto_prepend_file ‘/home/****com/public_html/wordfence-waf.php’
    </IfModule>
    <IfModule lsapi_module>
    php_value auto_prepend_file ‘/home/****com/public_html/wordfence-waf.php’
    </IfModule>
    <Files “.user.ini”>
    <IfModule mod_authz_core.c>
    Require all denied
    </IfModule>
    <IfModule !mod_authz_core.c>
    Order deny,allow
    Deny from all
    </IfModule>
    </Files>

    # END Wordfence WAF

    Thread Starter happypea

    (@happypea)

    Thank you for your reply.

    My site has Wordfence and my host has Immunity 360 and Mod Security.
    What kind of scripts(?) should I be looking for? (Is it safe to post the .htaccess code here publicly?)

    Also, how can I delete the link I posted above? I wasn’t thinking thoroughly about posting it publicly..

    Thread Starter happypea

    (@happypea)

    Hi, thank you for your reply.
    I see…
    I got these from the browser console.

    JQMIGRATE: Migrate is installed, version 3.3.2 load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils&ver=6.0.2:5
    jquery.js?ver=1.15.4:2

    Allow attribute will take precedence over ‘allowfullscreen’.
    attr @ jquery.js?ver=1.15.4:2
    h5peditor-metadata-author-widget.js:1

    Failed to load resource: the server responded with a status of 403 ()
    h5peditor-metadata.js?ver=1.15.4:23

    Uncaught TypeError: H5PEditor.metadataAuthorWidget is not a function
    at new MetadataForm (h5peditor-metadata.js?ver=1.15.4:23:486)
    at ns.Form.processSemantics (h5peditor-form.js?ver=1.15.4:47:590)
    at h5peditor-library-selector.js?ver=1.15.4:12:241
    at h5peditor.js?ver=1.15.4:17:126
    at h5peditor.js?ver=1.15.4:10:1
    at script.onload (h5peditor.js?ver=1.15.4:2:181)
    DevTools failed to load source map: Could not load content for chrome-extension://aajahhgggmjeoanmebkebnikpnfkbejb/js/Content.js.map: System error: net::ERR_BLOCKED_BY_CLIENT

    load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils&ver=6.0.2:2 POST https://www.ttjpl.com/wp-admin/admin-ajax.php net::ERR_NAME_NOT_RESOLVED

    As for .htaccess files, I remember adding some code to enforce https.

Viewing 6 replies - 1 through 6 (of 6 total)