Below are Vision Helpdesk Livechat installation requirements for download:
Platform & Operating System
Server Applications
For Windows:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<appSettings>
<add key="PORT" value="3000" />
<add key="virtualDirPath" value="" />
</appSettings>
<system.webServer>
<rewrite>
<rules>
<rule name="chat" stopProcessing="true">
<match url="chat//?(.*)" ignoreCase="false" />
<action type="Rewrite" url="http://support.example.com:3000/{R:1}" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
</system.webServer>
For linux :
<Location /chat >
ProxyPass http://127.0.0.1:3000
ProxyPassReverse http://127.0.0.1:3000
</Location>
PHP Extensions
PHP Variables
MySql Variables
PHP Decoders
Recommend Web browsers
Note : Please contact our support team for any installation or setup help, we will be happy to help you.