Viewing 1 replies (of 1 total)
  • Hello jumbo, I’m not sure whats going on there. I too get this error. I found that altering the referenced row (wp-simple-301-redirects.php line 271) to this shuts up the error notice:

    return $this->get_protocol().’://’.get_bloginfo(‘wpurl’).$_SERVER[‘REQUEST_URI’];

    What this does is switching from $_SERVER[‘HTTP_HOST’] to get_bloginfo(‘wpurl’) to let the plugin find out the url of the site (i. e. https://www.myblog.com).

Viewing 1 replies (of 1 total)
  • The topic ‘Notice in DEBUG mode: Undefined index: HTTP_HOST’ is closed to new replies.