Search results

  1. serpent_driver

    Litespeed and Jetpack comment Likes

    https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  2. serpent_driver

    Not Getting Domain Key

    https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  3. serpent_driver

    Not Getting Domain Key

    A problem can only exist if you use whatever function to limit the access by checking the IP address or to a specific source. The function to limit the access is often provided by hosting providers, so it is always recommended to check if IPs are whitelisted if any errors occures to receive the...
  4. serpent_driver

    Not Getting Domain Key

    It is always necessary to whitelist quic.cloud IPs if there is any function that checks the access of a host by IP adresses. In your case you did a big failure because of misunderstanding how to setup the correct settings, so your "solution" isn't a real solution that can help others.
  5. serpent_driver

    LiteSpeed censors all criticism and deletes posts.

    LiteSpeed censors all criticism and deletes posts. We have been supporting LiteSpeed and the software products provided by LiteSpeed for 15 years now. Supporting does not mean that we approve of every decision LiteSpeed makes. This is especially true for serious bugs that are not fixed even...
  6. serpent_driver

    Disable Directory Listing

    Double posting https://www.litespeedtech.com/support/forum/threads/disable-directory-listing.23355/
  7. 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.
  8. 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.
  9. 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...
  10. 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
  11. 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.
  12. 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
  13. serpent_driver

    Disable Directory Listing

    Sua postagem não deixa claro o que você gostaria. Listagem de diretório sim ou não?
  14. 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.
  15. 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...
  16. serpent_driver

    Poor TTFB

    LScache is either not enabled or/and /lscache directory is misconfigured.
  17. 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.
  18. 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/
  19. 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/
  20. 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/
Top