Having trouble with with one.com hosting using Duplicator Pro? This guide provides practical solutions to troubleshoot and handling effectively.
To begin with, make sure you are using the latest version of Duplicator Pro. Please check the changelog and system requirements.
‘Blocked’ Message on Newly Installed Sites
One.com implements a special policy to reduce spam on WordPress websites, which may interfere with migrated sites using Duplicator Pro.
Solution: Modify the .htaccess
File
To bypass this restriction, add the following rule to your .htaccess
file:
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/
RewriteRule .* - [CO=wordpress_test_cookie:WP+Cookie+check:%{HTTP_HOST}:1440:/]