Error
The below error happens when publish your website.
"Cannot connect to domainname.com using curl_init.
Please make sure domainname.com is corrected with the server and outgoing TCP port 80 is opened. Please click here to resolve."
Or
Return page contents.
301
Moved Permanently
The document has been permanently move
Solution
A. You can fix it by solution in this guide.
https://support.rvglobalsoft.com/hc/en-us/articles/360002360674-
Or you can check if your domain name is redirected by solution B.
B. Check your domain set redirect by:
1) Cpanel > Domains > Redirect. Check if your domain name is redirected to other. Just simply unredirect it.
Or
2) Cpanel login go to File Manager:
Go to cPnael -> File Manager -> public_html -> .htaccess:
-
/home/{user-anme}/public_html/.htaccess
Find : 'R=301' add commend #
Change from:
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
to
#RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Save file and republish
Or publish project return error.
Or publish project return error.
Network connection Error(502: error), please try again.
If doing the solutions in the guide above doesn't help, please contact your host provider to run the following command in their server.
cPanel:
touch /var/cpanel/rvglobalsoft/rvsitebuilder/var/skip_validate_domain
Directadmin:
touch /usr/local/rvglobalsoft/rvsitebuilder/var/skip_validate_domain
And republish project again.
================================
Comments
0 comments
Article is closed for comments.