• Resolved shelterman

    (@shelterman)


    Hi

    We tried to migrate WordPress by All-in-One WP Migration plugin.
    When importing to new server, migration is not proceed and below error occure.

    [Fri Sep 10 09:53:02.776152 2021] [access_compat:error] [pid 35022:tid 139649192093440] [client 210.190.64.64:39220] AH01797: client denied by server configuration: /home/shel5000/shel5000.xsrv.jp/public_html/wp-admin/admin-ajax.php, referer: http://shel5000.xsrv.jp/wp-admin/admin.php?page=ai1wm_import

    wordpress, php version is same as well.
    wordpress 5.2.11
    PHP 7.3.4

    public_html/wp-admin/.htaccess is not found.
    public_html/wp-content/ai1wm-backups/.htaccess is below.
    ——————————————————–

    <IfModule mod_mime.c>
    AddType application/octet-stream .wpress
    </IfModule>
    <IfModule mod_dir.c>
    DirectoryIndex index.php
    </IfModule>
    <IfModule mod_autoindex.c>
    Options -Indexes
    </IfModule>

    ——————————————————–

    public_html/.htaccess is below.
    ——————————————————–

    #ADVANCEBLOCKIP_START
    <Limit GET HEAD POST>
    order allow,deny
    allow from all
    deny from 210.190.64.64
    </Limit>
    #ADVANCEBLOCKIP_END
    SetEnvIf Request_URI ".*" Ngx_Cache_NoCacheMode=off
    SetEnvIf Request_URI ".*" Ngx_Cache_AllCacheMode
    
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    ——————————————————–

    How to fix this error?
    pls help.

    • This topic was modified 2 years, 7 months ago by shelterman.
    • This topic was modified 2 years, 7 months ago by shelterman.
    • This topic was modified 2 years, 7 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic
    • This topic was modified 2 years, 7 months ago by James Huff.
    • This topic was modified 2 years, 7 months ago by James Huff.
Viewing 1 replies (of 1 total)
  • Plugin Author Yani

    (@yaniiliev)

    Are you using any security plugins? If so, try to disable them and see if this fixes the issue.

Viewing 1 replies (of 1 total)
  • The topic ‘client denied by server configuration error at All-in-One WP Migration plugin’ is closed to new replies.