Bài viết liên quan
Bài viết mới
Với Xenforo, thì sau khi cài addons ở trên xong sẽ không có giao diện quản trị, cần phải cấu hình trong file .htaccess. Bạn có thể dùng công cụ tại đây để kiểm tra xem website của mình đã hỗ trợ LSCache hay chưa.
Cài đi bạn. Cái litespeed lên severLSCache is not supported
thấy hiện như này, cấu hình htaccess như nào vậy bác
mình đang dùng sv là openlitespeed màCài đi bạn. Cái litespeed lên sever
mình đang dùng sv là openlitespeed mà
View attachment 91132
Bạn ơi . Aapanel muốn cài litespeed cần phải làm đúng quy trình thì mới apply đc nhé bạn .
Bạn nên vào
/admin.php?tools/phpinfo
Xem coi web mình có litespeed chưa .
vậy nó có rồi đó bạn. bạn setting như @thahtrung06 hướng dẫn là được nhéView attachment 91133
này là cài r đúng k b
bác cho e xin bài hướng dẫn cấu hình file htaccess vớiVới Xenforo, thì sau khi cài addons ở trên xong sẽ không có giao diện quản trị, cần phải cấu hình trong file .htaccess. Bạn có thể dùng công cụ tại đây để kiểm tra xem website của mình đã hỗ trợ LSCache hay chưa.
# LiteSpeed XenForo cache
<IfModule litespeed>
CacheLookup public on
RewriteEngine On
# cache
RewriteCond %{HTTP_COOKIE} !(xf_lscxf_logged_in|xf_user|xf_session_admin) [NC]
RewriteCond %{REQUEST_URI} !/install/ [NC]
RewriteRule .* - [E=Cache-Control:max-age=360,E="cache-vary:xf_style_id,xf_language_id"]
# no cache
RewriteCond %{HTTP_COOKIE} (xf_lscxf_logged_in|xf_user|xf_session_admin) [NC]
RewriteRule .* - [E=Cache-Control:vary=loggedin,E=Cache-Control:no-cache]
</IfModule>
vậy có cách nào cache người đăng nhập k bácLitespeed cache có hướng dẫn config cho Xenforo, bạn xem ở đây https://docs.litespeedtech.com/lscache/lscxf/installation/
Riêng với htaccess, bạn dán đoạn code dưới đây lên trên cùng là được
Mã:# LiteSpeed XenForo cache <IfModule litespeed> CacheLookup public on RewriteEngine On # cache RewriteCond %{HTTP_COOKIE} !(xf_lscxf_logged_in|xf_user|xf_session_admin) [NC] RewriteCond %{REQUEST_URI} !/install/ [NC] RewriteRule .* - [E=Cache-Control:max-age=360,E="cache-vary:xf_style_id,xf_language_id"] # no cache RewriteCond %{HTTP_COOKIE} (xf_lscxf_logged_in|xf_user|xf_session_admin) [NC] RewriteRule .* - [E=Cache-Control:vary=loggedin,E=Cache-Control:no-cache] </IfModule>
Nói chung nó chỉ cache với người dùng chưa đăng nhập.
bạn kham khảo tại FAQ của XF nhévậy có cách nào cache người đăng nhập k bác
Litespeed cache có hướng dẫn config cho Xenforo, bạn xem ở đây https://docs.litespeedtech.com/lscache/lscxf/installation/
Riêng với htaccess, bạn dán đoạn code dưới đây lên trên cùng là được
Mã:# LiteSpeed XenForo cache <IfModule litespeed> CacheLookup public on RewriteEngine On # cache RewriteCond %{HTTP_COOKIE} !(xf_lscxf_logged_in|xf_user|xf_session_admin) [NC] RewriteCond %{REQUEST_URI} !/install/ [NC] RewriteRule .* - [E=Cache-Control:max-age=360,E="cache-vary:xf_style_id,xf_language_id"] # no cache RewriteCond %{HTTP_COOKIE} (xf_lscxf_logged_in|xf_user|xf_session_admin) [NC] RewriteRule .* - [E=Cache-Control:vary=loggedin,E=Cache-Control:no-cache] </IfModule>
Nói chung nó chỉ cache với người dùng chưa đăng nhập.
Người đăng | Chủ đề tương tự | Diễn đàn | Trả lời | Ngày đăng |
---|---|---|---|---|
Help lỗi ( Your board does not meet the requirements to be an installable progressive web app. Please ensure the settings listed below are filled out corre | Addon, Styling and Customization Questions | 0 |
XenForo 1 | XenForo 2 |
Translate by PVS | |
Xenforo là gì? | |
Xây dựng MXH bằng Xenforo |
anhanhxf 0906081284
Inbox PVS |