Search results

  1. Unique_Eric

    htaccess working with apache but not with litespeed

    Hi, no problem. Please send it to bug@litespeedtech.com also append this forum's link. Thanks
  2. Unique_Eric

    htaccess working with apache but not with litespeed

    Hi Bahadir, Normally .htaccess will be allowed on cpanel, maybe we can take a deep look if you can submit a ticket to LiteSpeed with server access.
  3. Unique_Eric

    Gzip Crash

    Hi, Try tail -f /etc/apache2/logs/error_log when visiting the page If not much info, maybe need to turn on debug log during the page visit.
  4. Unique_Eric

    htaccess working with apache but not with litespeed

    Hi @Bahadir, Could you help search if there's any AllowOverride in apache's httpd.conf? and whats the value? Best,
  5. Unique_Eric

    Apache Faster then Litespeed in my server

    Hi @wpf, We'd love to help, please at least provide your site URL links for us to check. You can DM me or submit a ticket to LiteSpeed Support if you want to share it privately. ;)
  6. Unique_Eric

    Often Error 403 Forbidden Access to this resource on the server is denied!

    Good to know it works. For more secure, you can just increase the limit instead of turn it off, e.g. 10->100 https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:wordpress-protection
  7. Unique_Eric

    [solved] Prestashop 1.7.5

    For anyone who might be interested, the fixed method is: Create /app/logs under the site and change user/group permission, then install cache module works.
  8. Unique_Eric

    Login Issue for site

    Hi @GOT, Is this member access a plugin? Could you try ESI `on` and add the plugin as a Widget ESI Blocks? https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:lscwp:esi Let us know if it works, thanks.
  9. Unique_Eric

    .htaccess files on virtual server folders not read

    Hi, Is this from openLiteSpeed web server? I didn't see any +FollowSymLinks related settings from your previous posts, did you set any in rewrite tab?
  10. Unique_Eric

    Often Error 403 Forbidden Access to this resource on the server is denied!

    Hi @wpf , May I ask which kind of access url for member login? If wp-login.php, possible trigger the brute-force function. Best,
  11. Unique_Eric

    .htaccess files on virtual server folders not read

    Hi viperz, 1. Can you try remove .htaccess from root directory, see if sub folder works? 2. You can also try enable rewrite debug log level to 9 and see process exit by which rule. If still no luck, Please submit a ticket and we can do a quick check.
  12. Unique_Eric

    .htaccess files on virtual server folders not read

    There is a minor difference in the way LiteSpeed Web Server and Apache treat the [L] flag in rewrite rules. The [L] flag (“L” stands for “Last”) causes mod_rewrite to stop processing the rule set. There are two ways to interpret this: In most contexts, including LiteSpeed Web Server, this...
  13. Unique_Eric

    .htaccess files on virtual server folders not read

    Hi, Could you help to check if there's any `[L]` tag inside main server level .haccess file? Best,
  14. Unique_Eric

    [solved] A valid URL was not provided

    Hi, Please share your Environment Report: Navigate to LiteSpeed Cache > Report, press the Send to LiteSpeed button, and let us know what it says under "Report Number." We'll be able to access the report from here and get some information about your configuration that might be helpful. Best,
  15. Unique_Eric

    [solved] Cache is being kept on server level

    @nicoX, We have received your ticket and will diagnosis it soon. No worry about the paid service. :)
  16. Unique_Eric

    Issue with CPanel

    Hi @Lakeswimmer, I just tried it locally, seems you need to restart lsws web server to read conf again, seems it won't trigger cpanel restart lsws after modifying account. Best,
  17. Unique_Eric

    Site speed slow on first time load and speeds up on next load

    @Mithu, So far I can't figure out an easy method to setup SSL and Virtual host. Maybe, next time you can give marketplace->CyberPanel a try which should able to setup all stuffs from control panel with simple steps.
  18. Unique_Eric

    Getting errors and website won't load

    HI @czeddie , So now forum display normally due to system firewall? About the error you may want to check this https://www.litespeedtech.com/support/forum/threads/pointing-the-virtual-hosts-to-beta-site.4743/page-2 You can submit ticket to litespeed if you can't figure this out with more...
  19. Unique_Eric

    Site speed slow on first time load and speeds up on next load

    I see, @Mithu , thanks for your suggestion.
  20. Unique_Eric

    Site speed slow on first time load and speeds up on next load

    Hi @Mithu, Glade to know it works to you. The first time page load slow is due to the page cache generate which is normal. If you enable the browser developer tool, you should see a `X-LiteSpeed-Cache: miss` at first time and second time shows a `X-LiteSpeed-Cache: hit ` only. So after user...
Top