Title: SecGen's Replies | WordPress.org

---

# SecGen

  [  ](https://wordpress.org/support/users/secgen/)

 *   [Profile](https://wordpress.org/support/users/secgen/)
 *   [Topics Started](https://wordpress.org/support/users/secgen/topics/)
 *   [Replies Created](https://wordpress.org/support/users/secgen/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/secgen/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/secgen/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/secgen/engagements/)
 *   [Favorites](https://wordpress.org/support/users/secgen/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 48 total)

1 [2](https://wordpress.org/support/users/secgen/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/secgen/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/secgen/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/secgen/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] Missing or not expected HTTP response headers](https://wordpress.org/support/topic/missing-or-not-expected-http-response-headers/)
 *  [SecGen](https://wordpress.org/support/users/secgen/)
 * (@secgen)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/missing-or-not-expected-http-response-headers/page/2/#post-7072530)
 * Same issue here, latest plugin and WP. Also tried reverting to 3.2.3, but still
   get errors:
 * “The HTTP response test get an error “SSL connect error”Not expected HTTP response
   body:”
 * (note it doesn’t actually show any output from the HTTP response)
 * I also have CloudFlare SSL.
 * Any idea when we can expect a fix for this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] [Plugin: BackWPup] Amazon Glacier](https://wordpress.org/support/topic/plugin-backwpup-amazon-glacier/)
 *  [SecGen](https://wordpress.org/support/users/secgen/)
 * (@secgen)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-backwpup-amazon-glacier/#post-2983506)
 * I expect the API functionality for glacier will be near-identical to S3. Should
   be fairly easy for Daniel.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] BackWPup database errors](https://wordpress.org/support/topic/backwpup-database-errors/)
 *  Thread Starter [SecGen](https://wordpress.org/support/users/secgen/)
 * (@secgen)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/backwpup-database-errors/#post-2820988)
 * Still having this error despite having updated to the latest version of the plugin.
   Has anyone found a solution? The plugin was working fine before.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] [Plugin: BackWPup] Amazon Glacier](https://wordpress.org/support/topic/plugin-backwpup-amazon-glacier/)
 *  [SecGen](https://wordpress.org/support/users/secgen/)
 * (@secgen)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-backwpup-amazon-glacier/#post-2983458)
 * I second this!
 * That said, I’m still unable to actually use BackWPup due to ongoing errors…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] Will BackWPup ever be fixed ?!?!?!?](https://wordpress.org/support/topic/will-backwpup-ever-be-fixed/)
 *  [SecGen](https://wordpress.org/support/users/secgen/)
 * (@secgen)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/will-backwpup-ever-be-fixed/#post-2728611)
 * I agree with klynam. BackWPup was working fine on my server for the past year,
   and only recently have I been having errors outlined in this post (with still
   no reply): [http://wordpress.org/support/topic/backwpup-database-errors?replies=1](http://wordpress.org/support/topic/backwpup-database-errors?replies=1)
 * I don’t see how it can suddenly be a server limit problem…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress mangling htaccess file (500 server error)](https://wordpress.org/support/topic/wordpress-mangling-htaccess-file-500-server-error/)
 *  Thread Starter [SecGen](https://wordpress.org/support/users/secgen/)
 * (@secgen)
 * [14 years ago](https://wordpress.org/support/topic/wordpress-mangling-htaccess-file-500-server-error/#post-2777549)
 * It just happened again…
 * WordPress had its stuff at the bottom, and now its gone and written it AGAIN 
   at the top, overwriting a bunch of my lines in the process:
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILEAddOutputFilterByType DEFLATE text/css
       AddOutputFilt# END WordPress
        text/x-js
       AddOutputFilterByType DEFLATE application/xml
       AddOutputFilterByType DEFLATE application/xhtml+xml
       AddOutputFilterByType DEFLATE application/rss+xml
       AddOutputFilterByType DEFLATE application/javascript
       AddOutputFilterByType DEFLATE application/x-javascript
       AddOutputFilterByType DEFLATE application/x-httpd-php
       AddOutputFilterByType DEFLATE application/x-httpd-fastphp
       AddOutputFilterByType DEFLATE image/svg+xml
       </IfModule>
   
       # Add WWW to URL
       <IfModule mod_rewrite.c>
       RewriteEngine on
   
       RewriteCond %{SERVER_PORT} ^80$
       RewriteCond %{http_host} ^domain.com [nc]
       RewriteRule .? http://www.domain.com%{REQUEST_URI} [R=301,L]
   
       RewriteCond %{SERVER_PORT} ^443$
       RewriteCond %{http_host} ^domain.com [nc]
       RewriteRule .? https://www.domain.com%{REQUEST_URI} [R=301,L]
       </IfModule>
   
       # Options
       Options -Indexes
       Options +FollowSymlinks
   
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
   
       # END WordPress
       ```
   
 * WTF.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress mangling htaccess file (500 server error)](https://wordpress.org/support/topic/wordpress-mangling-htaccess-file-500-server-error/)
 *  Thread Starter [SecGen](https://wordpress.org/support/users/secgen/)
 * (@secgen)
 * [14 years ago](https://wordpress.org/support/topic/wordpress-mangling-htaccess-file-500-server-error/#post-2777543)
 * Hi Phil,
 * Thanks for the prompt reply. My custom directives are indeed outside the WordPress
   BEGIN and END tags. It also doesn’t seem to make a difference if I put mine above
   or below.
 * I’ve just recreated a .htaccess from scratch, and WordPress re-added its stuff
   at the end of the file. I’ll keep an eye on it to see if it changes again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sabre] [Plugin: Sabre] 1.2.1 causes fatal error](https://wordpress.org/support/topic/plugin-sabre-121-causes-fatal-error/)
 *  [SecGen](https://wordpress.org/support/users/secgen/)
 * (@secgen)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-sabre-121-causes-fatal-error/#post-2710887)
 * Same here…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP detecting incorrect commenter IP on Apache/nginx with CloudFlare](https://wordpress.org/support/topic/wp-detecting-incorrect-commenter-ip-on-apachenginx-with-cloudflare/)
 *  Thread Starter [SecGen](https://wordpress.org/support/users/secgen/)
 * (@secgen)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/wp-detecting-incorrect-commenter-ip-on-apachenginx-with-cloudflare/#post-2434269)
 * Hi xxdesmus,
 * Thanks. I’m already running this plugin. While the plugin correctly uses the 
   CF-Connecting-IP header, I think that nginx changes this to HTTP_CF_CONNECTING_IP,
   so the CF plugin doesn’t pick it up?
 * I may be wrong though. All I know is that it didn’t work for me after I installed
   nginx, and had to use the solution above.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP detecting incorrect commenter IP on Apache/nginx with CloudFlare](https://wordpress.org/support/topic/wp-detecting-incorrect-commenter-ip-on-apachenginx-with-cloudflare/)
 *  Thread Starter [SecGen](https://wordpress.org/support/users/secgen/)
 * (@secgen)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/wp-detecting-incorrect-commenter-ip-on-apachenginx-with-cloudflare/#post-2434255)
 * This was fixed by adding the following to wp-config.php:
 * if ( ! empty( $_SERVER[‘HTTP_CF_CONNECTING_IP’] ) && preg_match( ‘/^\d{1,3}\.\
   d{1,3}\.\d{1,3}\.\d{1,3}$/’, $_SERVER[‘HTTP_CF_CONNECTING_IP’] ) )
    $_SERVER[‘
   REMOTE_ADDR’] = $_SERVER[‘HTTP_CF_CONNECTING_IP’];
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Google plus one (+1) button for Sharedaddy (Jetpack)] [Plugin: Google plus one ( 1) button for Sharedaddy (Jetpack)] Not working correctly for posts on in](https://wordpress.org/support/topic/plugin-google-plus-one-1-button-for-sharedaddy-jetpack-not-working-correctly-for-posts-on-index-pages/)
 *  Thread Starter [SecGen](https://wordpress.org/support/users/secgen/)
 * (@secgen)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-google-plus-one-1-button-for-sharedaddy-jetpack-not-working-correctly-for-posts-on-index-pages/#post-2337091)
 * Great thanks 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shadowbox JS] WP-Minify breaks Shadowbox](https://wordpress.org/support/topic/wp-minify-breaks-shadowbox/)
 *  Thread Starter [SecGen](https://wordpress.org/support/users/secgen/)
 * (@secgen)
 * [15 years ago](https://wordpress.org/support/topic/wp-minify-breaks-shadowbox/#post-2120455)
 * Hi Matt,
 * Thanks, the sub-plugin fix worked.
 * I understand that there are many other plugins that can break Shadowbox, particularly
   all of the various gallery or image-handling plugins. WP-Minify doesn’t do any
   of these, however, as it merely tries to consolidate JS (and CSS) into a single
   file for efficiency. I don’t know why this would break Shadowbox, but I can’t
   imagine it would be terribly hard to fix. All of my other JS-based plugins work
   fine with it.
 * If you do get a chance to look into it, it’d be appreciated. I’m happy to turn
   WP-Minify back on on my site if you need.
 * Thanks again for all your efforts, your plugin is the best lightbox-style available.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shadowbox JS] Broken images](https://wordpress.org/support/topic/broken-images-7/)
 *  [SecGen](https://wordpress.org/support/users/secgen/)
 * (@secgen)
 * [15 years ago](https://wordpress.org/support/topic/broken-images-7/#post-2109044)
 * Your latest update appears to fix the problem for me.
 * Everyone else?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shadowbox JS] Broken images](https://wordpress.org/support/topic/broken-images-7/)
 *  [SecGen](https://wordpress.org/support/users/secgen/)
 * (@secgen)
 * [15 years ago](https://wordpress.org/support/topic/broken-images-7/#post-2108878)
 * Hi Matt,
 * Thanks for your reply. I admit my post was unhelpful as I didn’t have the time
   to give full details of my issue at the time. What I will try to do is provide
   the full HTML of the post, and the full HTML of the rendered page with a screenshot.
 * I can’t keep 3.0.3.3 active atm due to the issue however.
 * I hope this will help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shadowbox JS] Broken images](https://wordpress.org/support/topic/broken-images-7/)
 *  [SecGen](https://wordpress.org/support/users/secgen/)
 * (@secgen)
 * [15 years ago](https://wordpress.org/support/topic/broken-images-7/#post-2108874)
 * Same here, update broke posts and in my case made random images appear from my
   gallery.
 * I wish WordPress had an easy downgrade option, or the ability to revert to the
   previous version that was installed.

Viewing 15 replies - 1 through 15 (of 48 total)

1 [2](https://wordpress.org/support/users/secgen/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/secgen/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/secgen/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/secgen/replies/page/2/?output_format=md)