Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter agouser35

    (@agouser35)

    Hi to all, and expecially to @dianaburduja that gently replay to me for some suggestions.

    I had tested the pages with the installed plugin with another notebook, but the problems is still present.

    I have noticed that opening the development tools on the page I had this message: “Please close the developer tools to continue using this site”, so may be possible the problem is a conflict with other plugins and/or with some java classes.

    Infact console give me as first message: JQMIGRATE: Migrate is installed, version 3.4.1 jquery-migrate.min.js?ver=3.4.1:2

    But the error happen also if I use the development console on chrome! I’m confused! The way to test where the problem is appear very hard …

    A.

    Thread Starter agouser35

    (@agouser35)

    Hi @muhammadwpfolio !

    Thanks for the quick reply!

    Yes I’m on an Apache web server. I try to change .htaccess in this form:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # Prevent Direct Access Rewrite Rules RewriteRule ^private/([a-zA-Z0-9-_.]+)$ index.php?pda_v3_pf=$1&pdav3_rexypo=ymerexy [L] RewriteRule ^wp-content/uploads(/_pda/.*\.\w+)$ index.php?pda_v3_pf=$1 [QSA,L] # Prevent Direct Access Rewrite Rules End

    # IP Block Rewrite Rules for Folder Protection RewriteRule ^wp-content/uploads(/(paid-members)/.*\.\w+)$ index.php?pda_v3_pf=$1 [QSA,L] # IP Block Rewrite Rules for Folder Protection End


    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    But with these changes the server fails.
    Did I misunderstand your suggestion or am I using a configuration that is not suitable for apache?

    Thanks for help me

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