-
Published Answer
You need to upload the SSL files .crt, .key (if CSR generated outside of the server) and CA bundle to the droplet. Then add the pat…
•
By
rahulkshinde
-
Published Answer
Hello,
If the UFW is enabled you need to put the new port in allow list.
sudo ufw allow <NewPort>
sudo ufw reload
•
By
rahulkshinde
-
Published Answer
Hello ,
If the domain codingdiva.com is pointing to correct IP address then I can see that the port 80 is not open on your Drop…
•
By
rahulkshinde
-
Published Answer
yes the wildcard certificate will be good for all the subdomains under main, but until then you can install the LE certificate for …
•
By
rahulkshinde
-
Published Answer
Hello,
If you are using https in the URL already you do not need to use :80 at the end, simple https://domain.com/phpmyadmin sh…
•
By
rahulkshinde
-
Published Answer
Hi,
Do you have any Control Panel installed on this Droplet or just plain server. As per control panel the provider might vary…
•
By
rahulkshinde
-
Published Answer
Hi,
You may need to allow the Port 8124 for the IP address you have for the droplet.
like <^>“`iptables -I INPUT -s <IP_ADD…
•
By
rahulkshinde
-
Published Answer
You can always change the siteurl option in the database directly, it’s in the wp_options table of your database.
On SSH
mys…
•
By
rahulkshinde