Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter nertskull

    (@nertskull)

    I think I found a bit more info. I’ve done this before with the user access manager plugin. But it uses .htaccess to help. So, my thought is, if I could ‘translate’ that htaccess to nginx, maybe that would help? I guess that makes this more of an nginx question, but if any one can help that, or better yet find another wordpress way to do this, that would be great.

    This is the wordpress htaccess file created by uam.

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteRule (.*) /index.php?uamfiletype=attachment&uamgetfile=$1 [L]
    </IfModule>

    I’ve tried changing that to nginx style, but I’m not getting it right apparently.

Viewing 1 replies (of 1 total)