CandyChat bind to openfire issue

Hello, i’m using openfire 3.8.2 for the very first time.

OS: Ubuntu server 12.04 LTS

openfire installed from tgz

apache + mod_proxy + mod_http_proxy + mod_rewrite

following installguide:
http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/install- guide.html

Server is reachable on:
http://localhost:9090
I’ve added an admin account and 2 users

I’ve done conf using :

Created a Room

Added a group ChatEnable ClientControl Plugin

Added a group Chat bookmark that allow access autojoin to all users…

Now browsing http://localhost:7070
I obtain a white page with this content

Openfire HTTP Binding Service

Trying to bind from CandyChat .htaccess

AddDefaultCharset UTF-8

Options +MultiViews

RewriteEngine On

RewriteRule http-bind/ http://localhost:7070/ [P]

with html:

returns only Openfire HTTP Binding Service into http response

Please help me find what do i forget to obtain the chat room ? **
**