We’re trying to use WP File Access Manager and I’ve installed the directives given into the conf file bitnami uses htaccess, but it doesn’t seem to be taking affect.
Here’s the directive:
RewriteRule \^wp-content/uploads(/.\*\\.\\w+)$ index.php?wfam\_requested\_file=$1 \[QSA,L\]
Tried other rewrites (like /test/ to go to index), that works fine, but this fails.
Is there something I have to change to get static files to check rewrite rules? I know in other hosting environments sometimes they’d use apache for dynamic and nginx for static. I can’t find anything about that, but I’m at a loss at what I’m missing here – granted I’m not a bitnami nor Apache guru.
[ad_2]