define https in wp6.2 Bitnami GCP
-
Defining https in wp-admin was always easy. Simply add:
Open FileZilla edit wp-config.php which clearly lived in wp-admin. Now can only find a file called wp-config-sample.php so I found and followed this article. https://developer.www.ads-software.com/apis/wp-config-php/ as I couldn’t find wp-config.php. When I did this it killed my site.
define( ‘WP_HOME’, ‘https://mysite.com’ );
define( ‘WP_SITEURL’, ‘https://mysite.com’ );So I uploaded my own wp-config.php upto the wp-admin folder. It didn’t kill the site but it didn’t affect the http staatus in wp-admin/general/settings.
I have installed and activated WP Job Manager and to say it has slowed my plugin page load time would be an understatement. Like a minute or two. Deactivate WPJM and all is fine. I tried rolling back several version all to no avail.
So is http going to affect wpjm in therear and secondly how does one define https in 6.2 on bitnami?
Many thanks
- The topic ‘define https in wp6.2 Bitnami GCP’ is closed to new replies.