Search results

  1. beniking

    How to config LsCache for prestashop

    how can I define excluding for any address or URL such as 404 page? I insert this line in .htaccess but not work: RewriteCond %{REQUEST_URI}...
  2. beniking

    How to config LsCache for prestashop

    How can I an address from "Do-Not-Cache GET Parameters", I add cms_index_noRoute to this block but 404 pages cached yet! whit this article: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:litemage:configuration:user-defined_cache_rules and how can find all "Route...
  3. beniking

    How to config LsCache for prestashop

    I enable " Check Public Cache > Yes" then install and enable Prestashop cache module in website, finally add this code to .htaccess <IfModule LiteSpeed> CacheEnable public RewriteEngine On RewriteCond %{REQUEST_METHOD} ^GET|HEAD|PURGE$ RewriteCond %{HTTP_HOST} ^DOMAIN.COM [NC]...
  4. beniking

    Enable mod_userdir Protection

    i want when i open this url: https://www.sinahamedheidari.com/~applenic/gift-cards.html url change to: https://www.sinahamedheidari.com/gift-cards.html how to set this configuration in litespeed?
  5. beniking

    [Resolved] Litespeed in Directadmin -- suffix '.php' does not allow serving as static file

    Hello Thanks for answer. my problem has been resolved.
  6. beniking

    [Resolved] Litespeed in Directadmin -- suffix '.php' does not allow serving as static file

    Hello Thanks for answer. Can you More Explain for this. I attach my sertting in External app
  7. beniking

    [Resolved] Litespeed in Directadmin -- suffix '.php' does not allow serving as static file

    in new server i get this error for all site MIME type [application/x-httpd-php54] for suffix '.php' does not allow serving as static file, access denied! and must i set this line in .htaccess for solved this problem: AddHandler application/x-httpd-php5 .html .php how to solve it issue to dont...
  8. beniking

    localhost not work

    Hello when install joomla and use localhost i get this error: Could not connect to the database. Connector returned number: Could not connect to MySQL but when use 127.0.0.1 i could install joomla in server. thanks
  9. beniking

    Could not chown to lsadm:{PHP_USRGROUP}

    Hello yes i have same problem.... chown: invalid group: `lsadm:{PHP_USRGROUP}' **ERROR** Could not chown to lsadm:{PHP_USRGROUP} for direcotry /usr/local/lsws/phpbuild/php-5.4.36 .................................. How to reduce Version download when install LS plugin in Directadmin??
  10. beniking

    How to enable cross-origin resource sharing litespeed

    Hello i need use cross-origin resource sharing in litespeed. but i cant find any solution for this issue. Can you Help Me!!!?
Top