Search results

  1. N

    htpasswd problem

    Hi, I'm having som trouble generating passwords to protect directory/files. I go to the vhosts Security tab and create a new real file: Then I create a user + pass and save. The htpasswd file is created and the user is in the file, but I I can login ... the logs say: 2019-12-09...
  2. N

    Deny access to .user.ini file

    Haven't tried but this could work: RewriteRule \.user\.ini$ - [F,L,NC]
  3. N

    .htaccess not loading on subdirectory (2 levels)

    For now I'm using contexts to apply rules to subfolders, but would be great if we could also use .htaccess for these rules.
  4. N

    .htaccess not loading on subdirectory (2 levels)

    My use case is to disallow php execution inside WordPress upload directory
  5. N

    .htaccess not loading on subdirectory (2 levels)

    I have the same problem in Centos7 Only works if I set a context with the rules, not in htaccess.
  6. N

    htaccess in subfolders

    Hi Can someone confirm that OLS can read .htaccess files in subfolders? It only works in the root. I'm using 1.4.49 Thanks
  7. N

    image not in wp-content/upload

    Hi If you use OLS + LS WP Cache you have an option to replace images with .webp.
  8. N

    htaccess in subfolders

    Hi Just to clarify these points: OLS can read .htaccess only when in the root folder ./ and any changes to this file need to be reload by the server by clicking in the reload button on the admin cp. If .htaccess file is inside a subfoler "./subfolder/.htaccess" OLS just ignores it and theses...
  9. N

    Caching 204 status code

    Related to LS Wordpress Cache plugin, there is something I would like to understand. In .htaccess all static files (images/js/css/ico) have 2592000 seconds cache, but headers show 604800 Where does this came from?
  10. N

    Caching 204 status code

    Hi @Cold-Egg I'm behind Cloudflare with cache everything and neither Litespeed header (directly) neither Cloudflare caches 204 responses. Cf-cache-status is always miss. If I set response header to 200 favicon is cached, so looks like 204 responses are not cacheable.
  11. N

    Difficulty in setting up letsencrypt SSL

    I use acme.sh to manage all Letsencrypt certificates with Cloudflare api.
  12. N

    Caching 204 status code

    Hi I have this in .htaccess ExpiresByType image/x-icon A2592000 And in the rewrite conf I have setup this rule: RewriteRule favicon\.ico$ - [L,R=204] I was expecting that favicon would be cached, but is not. Is the status code is 200, the .ico file os cached. What do I need to do to make...
Top