Having trouble with One.com hosting using Duplicator Pro? This guide provides practical solutions to troubleshoot effectively.
To begin, make sure you are using the latest version of Duplicator Pro. Please check the changelog and system requirements.
In This Article
‘Blocked’ Message on Newly Installed Sites
One.com implements a special policy to reduce spam on WordPress websites, which may interfere with logging into a site that has been migrated with 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:/]