Title: 404 errors &#8211;
Last modified: February 15, 2018

---

# 404 errors –

 *  Resolved [jmteshima](https://wordpress.org/support/users/jmteshima/)
 * (@jmteshima)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/404-errors-87/)
 * The shortlink and download URL gives a 404 error. The URL added into the plugin
   when copied into the browser works.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2F404-errors-87%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Contributor [Barry Kooij](https://wordpress.org/support/users/barrykooij/)
 * (@barrykooij)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/404-errors-87/#post-9981170)
 * Hey [@jmteshima](https://wordpress.org/support/users/jmteshima/),
 * Sorry to hear that. A couple of questions to help us find out what’s going on.
 * 1. What version of Download Monitor are you using?
    2. What version of WordPress
   are you using? 3. Are you using any of our extensions? If so, which ones and 
   what versions are they? 4. How are you adding the downloads to your content? 
   Are you using the shortcode? If so, can you show me how you’re using the shortcode?
   5. Are you using custom template files? See this for more information: [https://www.download-monitor.com/kb/custom-template-upgrading/](https://www.download-monitor.com/kb/custom-template-upgrading/)
 * Kind Regards,
 * Barry Kooij
 *  [mattanius](https://wordpress.org/support/users/mattanius/)
 * (@mattanius)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/404-errors-87/#post-10015282)
 * [@jmteshima](https://wordpress.org/support/users/jmteshima/), I had the same 
   issue and it was because the new version of Download Monitor (4.0.5 here) seemingly
   has an issue with WordPress “pretty permalinks”, similar to [this issue](https://wordpress.org/support/topic/error-404-not-found-49/)
   from 11 months ago.
 * In the WordPress admin backend, try setting “Settings → Permalinks → Common Settings”
   to “Plain”. Download links should now look like `http://example.com/?download
   =slug`. If that resolves the issue, you can get a permanent workaround by placing
   this line into your `.htaccess` file:
 * `RewriteRule "^download/(.*)$" "?download=$1" [PT,L]`
 * Or more properly, these lines (though I did not test these):
 *     ```
       <IfModule mod_rewrite.c>
       RewriteEngine on
       RewriteBase /
       RewriteRule "^download/(.*)$" "?download=$1" [PT,L]
       </IfModule>
       ```
   
 * After that, you should be able to re-enable your pretty permalinks settings and
   it should still work.
 *  [dbrooks86](https://wordpress.org/support/users/dbrooks86/)
 * (@dbrooks86)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/404-errors-87/#post-10075177)
 * [@barrykooij](https://wordpress.org/support/users/barrykooij/)
    I’m having this
   same issue. I removed the pretty links and everything worked so I tried [@mattanius](https://wordpress.org/support/users/mattanius/)
   suggestion with the new coding in the .htaccess file then re-enabling the pretty
   links but it went right back to the 404 errors. Any other ideas?
 * 1. What version of Download Monitor are you using? 4.0.6
    2. What version of 
   WordPress are you using? 4.9.2

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘404 errors –’ is closed to new replies.

 * ![](https://ps.w.org/download-monitor/assets/icon-256x256.png?rev=3198936)
 * [Download Monitor](https://wordpress.org/plugins/download-monitor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/download-monitor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/download-monitor/)
 * [Active Topics](https://wordpress.org/support/plugin/download-monitor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/download-monitor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/download-monitor/reviews/)

 * 3 replies
 * 4 participants
 * Last reply from: [dbrooks86](https://wordpress.org/support/users/dbrooks86/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/404-errors-87/#post-10075177)
 * Status: resolved