• Hello friends, I will try to be clear in the explanation but keep in mind that I am new here.
    I’ve been trying to get MAKE working on my wordpress for several days. Make is a tool similar to Zapier.
    The first error was that I could not connect to my wordpress so I was able to get help from Hostinger and they made me paste this code in my .htaccess

    SecRuleRemoveById 400011
    SecRuleRemoveById 400012

    That solved the connection problem.

    The situation is that it does not access the route of the posts and categories of the sites.
    Make’s response is as follows:
    I just tested this module and it works as intended, so this is likely an issue with your connection or your WordPress installation.

    Please try reconnecting your account using the latest Make connector plugin and following the steps here. If that still doesn’t fix things, I’d recommend reinstalling your WP API folders. You can search for help in the WordPress forums.

    I already reinstalled the plugin. Does anyone know what steps to take?

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

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

    (@german75)

    This is the .htaccess


    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]

    SecRuleRemoveById 400011
    SecRuleRemoveById 400012

    FYI, the WP Support Forum isn’t actively monitored by Make technical staff (we over 1,500 Apps to deal with and couldn’t monitor vendor forums for all of them!).

    If you don’t get any assistance from other users, you’d be best raising the issue with Make Support or on the Make Community.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘error 404 with wordpress’ is closed to new replies.