Forums

[Plugin: Downloads Manager] mod-rewrite making bad links (2 posts)

  1. coreweb1
    Member
    Posted 1 year ago #

    Hi,

    I have installed this plugin and everything seems ok until I go to the page with the list of downloads and the links go to non-existent urls (http://[mywebsite]/download/1/).

    this: 'download/1/' has been appended but there is nothing there. (404 error)

    I see a mod-rewrite function in the code, but something is not working. Help please?

    http://wordpress.org/extend/plugins/downloads-manager/

  2. toriphes
    Member
    Posted 1 year ago #

    Hi
    Try to add this
    RewriteRule ^download/([0-9]{1,})/?$ index.php?file_id=$1
    in your .htaccess file below RewriteBase

Topic Closed

This topic has been closed to new replies.

About this Topic