Title: debug
Last modified: August 21, 2016

---

# debug

 *  Resolved [wolfdogg_](https://wordpress.org/support/users/wolfdogg_/)
 * (@wolfdogg_)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/debug-2/)
 * version 1.03
    change line 143 of wp-simple-301-redirect.php from this; //$protocol
   = $_SERVER[‘HTTPS’] == ‘on’ ? ‘https’ : ‘http’; to this if ( isset( $_SERVER[“
   HTTPS”] ) && strtolower( $_SERVER[“HTTPS”] ) == “on” ) { $protocol = ‘https’;}
   else{ $protocol = ‘http’; }
 * some servers dont set https variable at all.
 * [http://wordpress.org/plugins/simple-301-redirects/](http://wordpress.org/plugins/simple-301-redirects/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Scott Nelle](https://wordpress.org/support/users/scottnelle/)
 * (@scottnelle)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/debug-2/#post-4213466)
 * Please update to the latest version, 1.05. This issue has been resolved in the
   latest version.

Viewing 1 replies (of 1 total)

The topic ‘debug’ is closed to new replies.

 * ![](https://ps.w.org/simple-301-redirects/assets/icon-256x256.jpg?rev=2783827)
 * [Simple 301 Redirects By BetterLinks - Easy WordPress Redirect Manager for Redirects, 404 Error Log & More](https://wordpress.org/plugins/simple-301-redirects/)
 * [Support Threads](https://wordpress.org/support/plugin/simple-301-redirects/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-301-redirects/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-301-redirects/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-301-redirects/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Scott Nelle](https://wordpress.org/support/users/scottnelle/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/debug-2/#post-4213466)
 * Status: resolved