Litespeed newbie. Using the community version. I have used an auto installer with CyberPanel.
Is there a way to enable <file> directive? This line is getting generated with a security plugin. Also I want to port over some custom file rules.
Error Logs Show:
[INFO] Rewrite directive: <IfModule mod_litespeed.c> bypassed.
[INFO] Invalid rewrite directive: Order allow,deny
[INFO] Invalid rewrite directive: Deny from all
[INFO] Rewrite directive: </IfModule> bypassed
If anyone can point me in the write direction, would be much appreicated.
Is there a way to enable <file> directive? This line is getting generated with a security plugin. Also I want to port over some custom file rules.
Code:
<files readme.txt>
<IfModule mod_litespeed.c>
Order allow,deny
Deny from all
</IfModule>
</files>
[INFO] Rewrite directive: <IfModule mod_litespeed.c> bypassed.
[INFO] Invalid rewrite directive: Order allow,deny
[INFO] Invalid rewrite directive: Deny from all
[INFO] Rewrite directive: </IfModule> bypassed
If anyone can point me in the write direction, would be much appreicated.