Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Ember

    (@reliantember)

    It has been almost two months since I inquired about this issue with Complianz, and three months since the regulations changed in Germany. Complianz has twice promised an answer, yet none has arrived, and this issue is still outstanding. Is Complianz actually on top of regulation changes in the countries it claims to cover? It’s starting to look like they aren’t. If I don’t hear back from my latest email in three days, I will be canceling and requesting a full refund.

    Thread Starter Ember

    (@reliantember)

    Well, hmm, I don’t recall marking this solved. I did have that question in my last response above. Here it is again:

    Does your request regarding my wp-config.php file mean I should remove this entire portion of the script?

    if (preg_match("/^(.*)\.dream\.website$/", $_SERVER['HTTP_HOST'])) {
    
    $proto = (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off') ? "https" : "http";
    
    define('WP_SITEURL', $proto . '://' . $_SERVER['HTTP_HOST']);
    
    define('WP_HOME', $proto . '://' . $_SERVER['HTTP_HOST']);
    
    define('JETPACK_STAGING_MODE', true);
    
    }

    Thanks for your further help!

    Thread Starter Ember

    (@reliantember)

    Thanks for the help.
    
    Does your request regarding my wp-config.php file mean I should remove this entire portion of the script?
    
    -----
    
    if (preg_match("/^(.*)\.dream\.website$/", $_SERVER['HTTP_HOST'])) {
    
    $proto = (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off') ? "https" : "http";
    
    define('WP_SITEURL', $proto . '://' . $_SERVER['HTTP_HOST']);
    
    define('WP_HOME', $proto . '://' . $_SERVER['HTTP_HOST']);
    
    define('JETPACK_STAGING_MODE', true);
    
    }
    
    -----
    
    Thanks for your further help!
Viewing 3 replies - 1 through 3 (of 3 total)