From cba595a9dc65f08893edbf31257e7f202d5d5908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Ca=C5=82ka?= Date: Mon, 15 May 2023 22:05:38 +0200 Subject: [PATCH] docs: Clarify .htaccess modification location --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 74b6a36..5d9c352 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ composer require acpl/flarum-lscache:"*" RewriteRule .* - [E="Cache-Vary:flarum_remember,flarum_lscache_vary,locale"] ``` +Please note, the `.htaccess` file of your Flarum forum is located in the `public/` directory. You can also add your own rules. For more information, visit: [https://docs.litespeedtech.com/lscache/noplugin/settings/#rewrite-rules](https://docs.litespeedtech.com/lscache/noplugin/settings/#rewrite-rules)