settings fixed.
There is only one problem.
public_html/resources/views/web/inc/header.blade.php --> no-cache? is it done?
need file blocking
how to
.htaccess.php
<IfModule LiteSpeed>
RewriteCond %{ORG_REQ_URI} !/login
RewriteCond %{ORG_REQ_URI} !/register
RewriteEngine On
RewriteRule .* - [E=cache-control:max-age=120]
</IfModule>
There is only one problem.
public_html/resources/views/web/inc/header.blade.php --> no-cache? is it done?
need file blocking
how to
.htaccess.php
<IfModule LiteSpeed>
RewriteCond %{ORG_REQ_URI} !/login
RewriteCond %{ORG_REQ_URI} !/register
RewriteEngine On
RewriteRule .* - [E=cache-control:max-age=120]
</IfModule>