Problema dupa migrare
Hello,
I migrated the website from one domain to another, I would like to edit the pages visually, but when I give Edit with Brizy I get the error that something went wrong.
I disabled the cache, I disabled brizy pro, without any result.
Thank you!
-
Hi,
Thank you for reaching out to us.
Could you please take a look and see if you have any security software enabled in your hosting control panel, like ModSecurity? If so, try disabling it and give me a heads up when it's done, so we can run some more tests.
Additionally, it might be worth increasing the current Memory limit from 256M to 512M or higher for better performance.

If the problem persists, please let me know, and also make sure you have a full backup of your website.Best regards,
Ariel H.0 -
Thanks for answer!
I disabled ModSecurity and I raise the memory limit at 512MB
Still same error.
0 -
Hi,
Thank you for the update.
It appears that the issue you're facing is related to the CORS policy on your server.

I recommend reaching out to your hosting provider and asking them for assistance in addressing this issue. For more information and guidance, you can refer to this link:
https://wordpress.stackexchange.com/questions/215053/cannot-load-admin-ajax-php-no-access-control-allow-originPlease try this and let me know how it goes.
Best regards,
Ariel H.0 -
Hello.
I think I found the issue.
In .htaccess i found a line from WordFence who remain unchanged after migration on new domain.
# Wordfence WAF
<IfModule LiteSpeed>
php_value auto_prepend_file '/home/omotorro/public_html/wordfence-waf.php'
</IfModule>
<IfModule lsapi_module>
php_value auto_prepend_file '/home/omotorro/public_html/wordfence-waf.php'
</IfModule>
<Files ".user.ini">
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
</Files>
# END Wordfence WAFI deleted this line and It works now.
Thanks
0
Please sign in to leave a comment.
Comments
4 comments