Search results

  1. serpent_driver

    Rewrite htaccess create whitelist bot don't need to verify recaptcha

    Yes, but the result is not a one-line script. As recommended before, use CloudFlare WAF. CF offers a rate limiting function and has better functions as modSecurity and causes no load on your server. Best solution for Shared Hosting.
  2. serpent_driver

    Rewrite htaccess create whitelist bot don't need to verify recaptcha

    .htaccess doesn't support rate limiting, so you can only block IP, UA or whatever a user sends in request header.
  3. serpent_driver

    Rewrite htaccess create whitelist bot don't need to verify recaptcha

    For LsRecaptcha directive you need to have access to virtual host include configuration as this directive cannot be used in .htaccess, so you better should use CloudFlare WAF if you don't have full access to your server. But I think you don't need this directive. Just try to identify the host...
  4. serpent_driver

    Disable Directory Listing

    Check the .htaccess file in the root directory / of the domain to see if this entry is there? Options +Indexes If this entry exists change it or add this code: Options -Indexes
  5. serpent_driver

    Disable Directory Listing

    No, if you only want to set directory listing in a specific category, you must create a .htaccess file in this directory and add the code from my previous post in this .htaccess file.
  6. serpent_driver

    Disable Directory Listing

    Add this code at the top of the .htaccess. Create a .htaccess file if it doesn't exist in /assets/docs/.htaccess For /assets/docs/ Options +Indexes
  7. serpent_driver

    Disable Directory Listing

    Sua postagem não deixa claro o que você gostaria. Listagem de diretório sim ou não?
  8. serpent_driver

    Poor TTFB

    The cache plugin only checks if server variable is set, but expects that CacheLookup on exists in .htaccess, so check the root .htacces file if this entry exists.
  9. serpent_driver

    LiteSpeed Web Server Plugin / WP cache plugin - error on mass upgrade

    @CarsonGriffin /usr/src/litespeed-wp-plugin folder doesn't refer to the LiteSpeed cache plugin for WordPress. It's a system directory that seems to be used for cPanel/WHM control panel, meaning such error is related to the cPanel/WHM plugin, but not to the cache plugin itself. Therefore you...
  10. serpent_driver

    Poor TTFB

    LScache is either not enabled or/and /lscache directory is misconfigured.
  11. serpent_driver

    Litespeed Error_log

    Support at WordPress forum for the cache plugin asked you to raise a ticket at support@litespeedtech.com, but not to open a support thread in this forum, so please follow this advicement.
  12. serpent_driver

    Wordpress Menu not saved after clicking save button

    Please read this: https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  13. serpent_driver

    Litespeed plugin duplicates my posts and it shows multiple times on my homepage

    Please read this: https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  14. serpent_driver

    How to Whitlist a script ?

    Documentation is your friend: https://docs.litespeedtech.com/lscache/lscwp/pageopt/#tuning-tab If you have further questions, please read this before you ask: https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  15. serpent_driver

    Skip content, Search and menu items at the top

    Use this to get qualified support! https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  16. serpent_driver

    LiteSpeed crawler has green and blue colors. Is it hit or miss?

    If the crawler requests a URL the server returns the current cache status when a url is requested. This is always "miss" or "blue" if a URL isn't cached yet. Run the crawler again and the status is hit or green.
  17. serpent_driver

    Litespeed plugin generated js and lscache folder that's make my disk space increased

    https://docs.litespeedtech.com/lscache/lscwp/ts-optimize/#disk-space-filling-fast
  18. serpent_driver

    LiteSpeed Web Server Plugin / WP cache plugin - error on mass upgrade

    By reading before posting... ;) https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  19. serpent_driver

    waiting for server response time is too long to load a page

    You have already received the answer. https://wordpress.org/support/topic/ucss-error-with-quic-cloud-on-a-lot-of-pages/
  20. serpent_driver

    rewrite based on external conditions?

    Please explain a bit more.
Top