kmnr
Forum Replies Created
-
That’s great.
Thanks for your information.
Thanks for your reply. I still haven’t received the confirmation email yet :'(
Is there any way for me to get it now?
Look forward to your reply.
Forum: Fixing WordPress
In reply to: Prevent direct access to files – Nginxhi @gavy1 You can try Prevent Direct Access plugin. Their paid version has supported Nginx. They will guide you on how to configure Nginx rules.
Hope it helps,
Forum: Plugins
In reply to: [LiteSpeed Cache] Password protect entire siteForum: Plugins
In reply to: [LiteSpeed Cache] Password protect entire sitehi @qtwrk
Thanks for your quick answer. I’m using a password protect page plugin. It uses PHP to protect and return a password form if valid cookie doesn’t exist. As a result, the password form will be cached with Litespeed, and my users have to enter the password twice.
Could you explain “HTTP auth” method in more detail? Is there any plugin that does it?
I really appreciate your help.
- This reply was modified 4 years, 4 months ago by kmnr.
Thanks for your information.
Forum: Plugins
In reply to: [Protect uploads] Can’t deactivate pluginSorry for bothering you. It happens with old version 0.2. After updating plugin to 0.3, I can deactivate it.
Forum: Plugins
In reply to: [File Manager] Can’t load file manager dashboadI have submitted a ticket. Thanks for your support.
Forum: Plugins
In reply to: [File Manager] Can’t load file manager dashboadHi @mndpsingh287
this is the screenshot https://snipboard.io/4eLnf1.jpgForum: Plugins
In reply to: [File Manager] Can’t load file manager dashboadThanks for your notification. I updated to the newest version and try to open it with either the new browser or cache clearing. However, the error still happens
Uncaught TypeError: Cannot read property ‘isPlainObject’ of undefined
Forum: Plugins
In reply to: [Multiple Post Passwords] Password Expire dateHi @toprobroy
Why don’t you change the cookie expiration time? When visitors enter the password, a cookie will be stored in their browser, so they can re-access your protected page multiple times without providing password until the cookie expires.
Instead of making password expire after 1 hour, for example, you can make cookie expire after 1 hour, so they have to re-enter the password to see your content. Is it match your need?
Refer to https://developer.www.ads-software.com/reference/hooks/post_password_expires/ on how to change WordPress default cookie expiration time.