Title: edelbart's Replies | WordPress.org

---

# edelbart

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Download Monitor] Download links leads to ERR_HTTP2_PROTOCOL_ERROR after hoster migration](https://wordpress.org/support/topic/download-links-leads-to-err_http2_protocol_error-after-hoster-migration/)
 *  [edelbart](https://wordpress.org/support/users/edelbart/)
 * (@edelbart)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/download-links-leads-to-err_http2_protocol_error-after-hoster-migration/#post-14147594)
 * I had the same problem after migrating a site from a VPS to Shared Hosting (at
   the same hoster) and my solution was putting
 *     ```
       Header set Accept-Ranges none
       RequestHeader unset Range
       ```
   
 * at the beginning of /.htaccess
 * It really seems to have something to do with Nginx, since Domainfactory uses 
   it as a reverse proxy between web server and client.

Viewing 1 replies (of 1 total)