Title: Plugin stopped working altogether
Last modified: June 10, 2021

---

# Plugin stopped working altogether

 *  [erwinodendaal](https://wordpress.org/support/users/erwinodendaal/)
 * (@erwinodendaal)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/plugin-stopped-working-altogether-2/)
 * Hi,
 * On this website: [https://www.zijnskring.nl](https://www.zijnskring.nl) the plugin
   was always working perfectly. What still is working is that the second menu is
   hidden for not logged in users. But all protected pages were visible to everybody.
   I now installed the “Members”-plugin which picks up the settings of UAM (roles
   that have access are automatically ticked by “Members”, so the content of the
   pages is hidden again.
    So how can it be that the plugin is no longer protecting
   the content???
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fplugin-stopped-working-altogether-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Thread Starter [erwinodendaal](https://wordpress.org/support/users/erwinodendaal/)
 * (@erwinodendaal)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/plugin-stopped-working-altogether-2/#post-14544658)
 * Hi,
 * This morning I somehow managed to get the plugin working again on [https://www.zijnskring.nl](https://www.zijnskring.nl).
 * And I installed it on another website where I have to hide pages and files. The
   pages are hidden for non logged in visitors on: [https://www.stichtingzijnsorientatie.nl/](https://www.stichtingzijnsorientatie.nl/)
   
   But when accessing a (protected) file it just shows. Try: [https://www.stichtingzijnsorientatie.nl/wpstichting/wp-content/uploads/Cirkel-58.pdf](https://www.stichtingzijnsorientatie.nl/wpstichting/wp-content/uploads/Cirkel-58.pdf)
 * In the .htaccess file in /wp-content/uploads/ I see this code:
 *     ```
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /wpstichting/
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_URI} !.*\/sites\/[0-9]+\/.*
       RewriteRule ^([^?]*)$ /wpstichting/index.php?uamfiletype=attachment&uamgetfile=$1 [QSA,L]
       RewriteRule ^(.*)\?(((?!uamfiletype).)*)$ /wpstichting/index.php?uamfiletype=attachment&uamgetfile=$1&$2 [QSA,L]
       RewriteRule ^(.*)\?(.*)$ /wpstichting/index.php?uamgetfile=$1&$2 [QSA,L]
       </IfModule>
       ```
   
 * Which should be protecting the pdf’s. What can be the problem?

Viewing 1 replies (of 1 total)

The topic ‘Plugin stopped working altogether’ is closed to new replies.

 * ![](https://ps.w.org/user-access-manager/assets/icon.svg?rev=1563783)
 * [User Access Manager](https://wordpress.org/plugins/user-access-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/user-access-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/user-access-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/user-access-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/user-access-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/user-access-manager/reviews/)

## Tags

 * [files](https://wordpress.org/support/topic-tag/files/)

 * 1 reply
 * 1 participant
 * Last reply from: [erwinodendaal](https://wordpress.org/support/users/erwinodendaal/)
 * Last activity: [4 years, 12 months ago](https://wordpress.org/support/topic/plugin-stopped-working-altogether-2/#post-14544658)
 * Status: not resolved