Hello,
We're looking for the equivalent way to do the following Apache 2.4 statement in LiteSpeed :
The if statement doesn't seem to be recognised in LiteSpeed 5.1, is there another way to say if a file exists then change the Error Document URI ?
We're looking for the equivalent way to do the following Apache 2.4 statement in LiteSpeed :
Code:
<If "-f %{DOCUMENT_ROOT} . '/.custom404.txt'">
ErrorDocument 404 /mycustom404.html
</If>