Installation Guide
Securing your LAWTRAC.LTO file
Important Note: On-premise clients who are hosting their own Lawtrac instance will need to secure their file location and ensure that it is inaccessible to unauthorized users.
Depending on your web server application (IIS or Apache) you have different methods for taking steps to secure your LAWTRAC.LTO file (this should appear under the path C:\Inetpub\wwwroot
, or C:\Program Files (x86)\Lawtrac).
IIS:
- Open the root folder.
- Locate the text template (this block of text contains a "
.template
" tag). - Copy the template and paste it at the top of the file. Note: You must remove the ".
template
" tag.
Apache:
- Open the root folder.
- Add the following block of text to either the vhosts.conf or httpd.conf files:
<Files ~ LAWTRAC.LTO>
Oder allow, deny
Deny from all
</Files>