WP Encryption SSL
Forum Replies Created
-
@ernieholmes Sounds good!. Login to your wp-admin and change site url & WordPress url to https://belcorpomedspa.com from Settings -> General
Also, add a CNAME record in your domain DNS with below info
Name: www
TTL: 14400
value: belcorpomedspa.comOther than these, Everything looks good on your site ?? Please do leave a good review if our plugin saved you some precious time.
@ernieholmes Outgoing curl requests must have been blocked by your server. Please contact your hosting support to enable outgoing requests.
@zanshanuser Our priority support must have emailed you right now.
Our premium support team will follow up with you via email. Please check your inbox.
@zanshanuser Email verification is optional. You can start using the plugin without the need of email verification.
Hello Anil,
This is one of the rare case where our plugin cannot work on this kind of servers due to certain limitations.
This can happen If your site is hosted on fully restricted hosting platforms like wordpress(dot)com
@rornatus Since this is a support question related to premium plugin, Please use our direct email support by emailing the same to enquiries(at)gowebsmarty(dot)com
@mitramanatx We have added new better video tutorial upon your request ?? You can update your review if you wish.
@jdembowski Thank you for taking care of our comment Sir. Much appreciated!. We will make sure it never happens again ??
We don’t think it’s appropriate to leave this review just about a video. The tutorial video involves only WordPress admin & cPanel. There is nothing important behind the black bar. This should Atleast have been a support topic asking which part confused you.
Thank you very much for the awesome review @seba85
We came around some users who enabled Https before even installing the generated SSL Certificates on their cPanel. So we had to enforce this ssl detection mechanism in our very latest v2.5.3 release ?? glad everything went so well on your end.
@estefi Add the below code to very bottom of functions.php file of your theme in a new line. Load/open your site url once and later remove the below code. You will be able to install the plugin again after doing this.
function wple_remove_opts(){ delete_option('wple_opts'); } add_action('init','wple_remove_opts');
Please open a support ticket in plugin support forum for any further communication/question. This is a review section ??
@machii28 Hello,
We see that your site is back now. Can we know what was wrong with the site?.
@machii28 Sorry but this seems to be an issue not related to our plugin as you have already removed the plugin & have reverted back the url change.
You could check .htaccess file if everything looks good and also set WP_DEBUG to true in your wp-config.php file to check what else is causing the issue.
@machii28 Did you also changed the site_url and home to https://senditout.com in your wp_options table. That should definitely fix your issue.