• Resolved antoniop80

    (@antoniop80)


    Hello there,

    When Advanced Views Framework: Lite Edition plugin is active, and I navigate to Speed Optimizer > Frontend, displays error “COULD NOT CONNECT TO THE WORDPRESS REST API”.

    The only security plugin active is SG Security Optimizer.

    .htaccess content follows:

    # SGS XMLRPC Disable Service
    <Files xmlrpc.php>
    order deny,allow
    deny from all
    </Files>
    # SGS XMLRPC Disable Service END
    # HTTPS forced by SG-Optimizer
    <IfModule mod_rewrite.c>
    RewriteEngine On

    RewriteCond %{HTTP:X-Forwarded-Proto} !https
    RewriteCond %{HTTPS} off
    RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
    </IfModule>
    # END HTTPS


    # BEGIN WordPress
    # The directives (lines) between "BEGIN WordPress" and "END WordPress" are
    # dynamically generated, and should only be modified via WordPress filters.
    # Any changes to the directives between these markers will be overwritten.
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    # SGO Unset Vary
    Header unset Vary
    # SGO Unset Vary END

    Is there a solution for this issue?

    Thank you in advance,
    AP

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Vladimir Trandev

    (@vtrandev)

    Hello @antoniop80,

    Usually when there is such issue – there is another plugin or a theme which are blocking/breaking REST API from working.

    In the current case, I installed the “Advanced Views Framework: Lite Edition” plugin on a fresh WordPress application but did not manage to replicate the mentioned issue.

    However, if you are a Siteground customer, please submit a support ticket via your Client Area.

    Regards,

    Vladimir

    Thread Starter antoniop80

    (@antoniop80)

    Hello Vladimir.

    Thanks for the quick reply.
    I am a Siteground customer so I’ll follow your advice and submit a support ticket.

    Kind regards,
    AP

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.