Web Interface Admin page not found

Hi,
I have installed ejabberd 2.1.x from source in Ubuntu 10.04 box.
It works fine everything but when I restart the box, http://localhost:5280/admin is gone
It says "Not Found" but I can login and do everything before that.
Here is a part of my code from ejabberd.cfg

  {5280, ejabberd_http, [
{request_handlers,
  [
   {["xmpp-httpbind"], mod_http_bind},
   {[], mod_http_fileserver}
  ]},
web_admin
%%captcha,
%%http_bind,
%%http_poll,
]}

Please anyone help me!

Notes. I can go to http://localhost:5280/xmpp-httpbind but not http://localhost:5280/admin

Seems like I changed path in

Seems like I changed path in mod_http_fileserver for some reason and problem solved when I change back to this /var/lib/ejabberd/www.

Syndicate content