Author Topic: Admin Panel  (Read 1939 times)

geldenhuys

  • Newbie
  • *
  • Posts: 2
    • View Profile
Admin Panel
« on: February 24, 2009, 14:22:05 »
Hi

I have installed chat, but i can't login to admin panel. If i put in username and password i get this error: The requested URL /ChatRoom/ChatRoomACP/?act=admin&CODE=01 was not found on this server.

Please Help.

fredric

  • Administrator
  • Jr. Member
  • *****
  • Posts: 75
    • View Profile
Re: Admin Panel
« Reply #1 on: February 25, 2009, 11:12:26 »
Our support reads contact emails first, we do have quite a lot of support to handle.
The forum is handled after that.

The problem for you seems to be that index.php is not a default document on your server.

Simply add something like this to a ".htaccess" file to your document root:
DirectoryIndex index.php index.html index.htm default.html default.htm home.html

geldenhuys

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Admin Panel
« Reply #2 on: February 25, 2009, 11:13:33 »
Our support reads contact emails first, we do have quite a lot of support to handle.
The forum is handled after that.

The problem for you seems to be that index.php is not a default document on your server.

Simply add something like this to a ".htaccess" file to your document root:
DirectoryIndex index.php index.html index.htm default.html default.htm home.html

Thank You, got your email and understand.