Search results

  1. serpent_driver

    WordPress Plugins creating files with no read permission

    @siwhyatt You should check the owner of the files. If you did file operations as root the current user cannot access these files.
  2. serpent_driver

    WooCommerce, LiteSpeed cache and Mini Cart

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

    How to Setup Crawler?

    There is nothing that has to be tweaked. If URLs changes if a different language is selected then the sitemap needs to contain all URLs for each language to warmup the cache for all languages. 75k URLs means 75000 (URLs) * 8 (cache vary) * 10 (languages) = 6000000 or 6 millions URLs to...
  4. serpent_driver

    RewriteRule multi subdomains doesn't work

    Solved at OpenLiteSpeed.... https://forum.openlitespeed.org/threads/rewriterule-multi-subdomains-doesnt-work.6200/#post-16758
  5. serpent_driver

    Litespeed container script not working

    Are you shure using LiteSpeed Enterprise? This seems you are using OpenLiteSpeed?!
  6. serpent_driver

    Poor TTFB

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

    Litespeed and Jetpack comment Likes

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

    Not Getting Domain Key

    https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  9. 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...
  10. 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.
  11. 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...
  12. serpent_driver

    Disable Directory Listing

    Double posting https://www.litespeedtech.com/support/forum/threads/disable-directory-listing.23355/
  13. 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.
  14. 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.
  15. 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...
  16. 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
  17. 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.
  18. 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
  19. serpent_driver

    Disable Directory Listing

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