As we had problems with our performance we had checked our website carefully. We have not found major probelms but could mention that queries via UAM are a little bit slow >0,1sec (should be some ms).
Is there something we could have done wrong?
Kind regards
Ernst
our uam locks some custom post type posts “partner” on https://www.sonnenhaus-institut.de/das-sonnenhaus/partner.html wrong. all have ticked “unrestricted” on post settings. all sub pages of the above page are visible when not logged in. when logged out the following custom posts are locked by UAM even though being told to do so:
https://www.sonnenhaus-institut.de/solaranlagen-partner/fasa-ag
https://www.sonnenhaus-institut.de/solaranlagen-partner/helma-eigenheimbau-ag
https://www.sonnenhaus-institut.de/solaranlagen-partner/jenni-energietechnik-ag
https://www.sonnenhaus-institut.de/solaranlagen-partner/sirch-gmbh
these 4 posts got exactely the same page settings as any other of the posts. but we always get redirected by UAM to our predefined locked content url. when i change the url (which i shouldn’t – external links!) everything works fine again, posts visible to anyone. cleared browser cache multiple times, wp super cache on checkup diabled. no UAM cache.
been searching for the reason for ver 1hr now. no result except: the error derives from UAM. any idea how to fix this.
we’re working on a new site with UAM. protection of selected posts is working. but: i can’t get the file portection to work no way. any ideas?
details:
page protectio is ok, actually there is a force login sitewide in front.
https://hst2023371279.hst2.ncsrv.de/studio-life/medien/
the file hst2023371279.hst2.ncsrv.de/wp-content/uploads/test.mp4 should be protected, but is not.
linking site is protected and working. setup:
/wp-admin/admin.php?page=uam_settings&tab_group=file
lock files yes
download type normal (checked fopen as well, same result)
inline file types mp4
custom file handling no
locked file types all (checked mp4 as well, same result)
htacces /wp-content/uploads/
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_URI} !.*\/sites\/[0-9]+\/.*
RewriteRule ^([^?]*)$ /index.php?uamfiletype=attachment&uamgetfile=$1 [QSA,L]
RewriteRule ^(.*)\?(((?!uamfiletype).)*)$ /index.php?uamfiletype=attachment&uamgetfile=$1&$2 [QSA,L]
RewriteRule ^(.*)\?(.*)$ /index.php?uamgetfile=$1&$2 [QSA,L]
</IfModule>
any idea how to get the files attached to the post protected as well?
it’s a standard unix server.
Thanks for the help
Séverine
]]>