• Resolved nickieoakwood

    (@nickieoakwood)


    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

Viewing 1 replies (of 1 total)
  • Hi @nickieoakwood

    I can see that you are having specific WordPress-related issues that aren’t related to WP Job Manager. WPJM shouldn’t slow your website load time be it for two or one minute.

    I’d suggest reverting to the old revision of the file (before you made the changes), and instead use a plugin like Really Simple SSL to force HTTPS.

    Let us know how this goes.

Viewing 1 replies (of 1 total)
  • The topic ‘define https in wp6.2 Bitnami GCP’ is closed to new replies.