Home › Forums › Themes Support › How to turn off HTTPS in WordPress
Tagged: demo import, import demo, import
- This topic has 0 replies, 1 voice, and was last updated 3 years, 1 month ago by
admin.
-
AuthorPosts
-
May 20, 2019 at 2:13 am #3471
Hi all customer,
When you use import our theme Demo Data follow these topics tutorial:
or
You can import all Data as Post, Products,… however some images is missing. In this case your server doesn’t allow import images via HTTPS. So you should Disable it and turn it ON again after Demo data Imported.
0. The best solution here you can contact your hosting Provider change it for you or have tutorial to help you do it.
1. Disable HTTPS in CPanel step to step:
Step 1: Login CPanel and find Security Section:
Step 2: Go to SSL/TLS manage then click on Manage SSL sites:
Step 3: Uninstall SSL on site you want to remove:
Step 4: Go to WordPress admin Dashboard -> General Settings and change URL to HTTP:
Step 5: Edit wp-config.php file by go to File Manager and find this file.
Add this code to wp-config.php
define(‘FORCE_SSL_ADMIN’, false); define( 'WP_SITEURL', 'http://yourdomain.net/' ); define( 'WP_HOME', 'http://yourdomain.net/' );
(Please note HTTP)
Now you can access your site without HTTPS. If you got Cookie issue like this you need delete cookies or use Incognito mode.
Now you can Import Demo data as our tutorial above 🙂
How to turn on SSL for your site
Step 6: Install SLL for your site
Step 7: Edit wp-config.php file by go to File Manager and find this file.
Add this code to wp-config.php
define(‘FORCE_SSL_ADMIN’, true); define( 'WP_SITEURL', 'https://yourdomain.net/' ); define( 'WP_HOME', 'https://yourdomain.net/' );
(Please note HTTPS)
Step 8: Install Really Simple SSL plugin and Active
Step 9: Install Better Search Replace plugin and Active
When you see your site at Frontend maybe you will get issues about URL or Mixed Content like this:
You can use Better Search Replace plugin to find and Replace in Database to fix them:
Now you can access your site via HTTPS again. 🙂
2. The other solution we’ll update asap!
Thanks for your reading and hope this help!
*******
Best regards,
HaruTheme
-
AuthorPosts
You must be logged in to reply to this topic.