Hi. Thanks for your software. I am willing to try it but I have several issues installing it.
I tried to follow your instructions for version 2 without positive result.
I uploaded the phpfreechat-2.1.0 into my server, changed the permissions. Tried to generate the .htaccess and found the problem with Slim has to be at /server under root, not under phpfreechat-2.1.0. 
Well, I copied as well to <root>server and I have the script sort of working. Here is my link if you want to see:  http://69.195.124.95/~aiorgmx/index.php
The .htaccess is:
<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteBase /home1/aiorgmx/phpfreechat-2.1.0/server/
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^(.*)$ index.php [QSA,L]
</IfModule>
<Limit OPTIONS GET POST PUT DELETE>
  Order allow,deny
  Allow from all
</Limit>
Any advise is welcome.
Thanks in advance for your time,
Regards
			
		
