Forums

[Plugin: WordPress File Monitor] Trouble When Using FORCE_SSL_ADMIN (2 posts)

  1. debenedictis
    Member
    Posted 2 years ago #

    Hi,
    I think WordPress File Monitor is great. I have one feature request.

    For greater security I have FORCE_SSL_ADMIN in my wp-config.php file:

    define('FORCE_SSL_ADMIN', true);

    That causes trouble for WordPress File Monitor because the Clear
    Alert screen uses get_bloginfo('wpurl'). I've come up
    with a workaround by deleting the references to wpurl so that the
    code defaults to the protocol on the current page (https not http).
    But, it'd be great to have WordPress File Monitor work out of the
    box with WP installations that have FORCE_SSL_ADMIN set to true.

    Thank you,
    Robert

    http://wordpress.org/extend/plugins/wordpress-file-monitor/

  2. mattwalters
    Member
    Posted 2 years ago #

    You should be able to fix this by changing your WordPress URL under Settings -> General to include the https. Due to the various setups you can have for WordPress, I find it's best to rely on functions like this for URLs.

Topic Closed

This topic has been closed to new replies.

About this Topic