Viewing 4 replies - 1 through 4 (of 4 total)
  • Mike

    (@jolley_small)

    Should be solved .8

    Thread Starter Scofield

    (@scofield)

    Thanks but custom download URL is still not working for me.
    I think that I have all settings correct, or no?

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # BEGIN WordPress
    
    <IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteBase /
    RewriteRule ^download/([^/]+)$ https://mysite.com/wp-content/plugins/download-monitor/download.php?id=$1 [L]
    </IfModule>
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    Error 404 – Not Found

    Mike

    (@jolley_small)

    Check download.php is actually readable (try going to it directly).

    Thread Starter Scofield

    (@scofield)

    Without custom download URL it works. And when I turn it on – Error 404 – Not Found, but directly with plugins/download-monitor/download.php?id=1 it works

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: WordPress Download Monitor] Unsupported operand types’ is closed to new replies.