Can't access Asterisk-GUI v2.0

I have installed Asterisk-GUI v2.0 to asterisk-1.6 is successful:

[i]— Checking Asterisk configuration to see if it will support the GUI —

  • Checking for http.conf: OK

  • Checking for manager.conf: OK

  • Checking if HTTP is enabled: OK

  • Checking if HTTP static support is enabled: OK

  • Checking if manager is enabled: OK

  • Checking if manager over HTTP is enabled: OK
    — Everything looks good —

  • GUI should be available at localhost.localdomain:8088/aster … basic.html

  • Note: If you have bindaddr=127.0.0.1 in /etc/asterisk/http.conf
    you will only be able to visit it from the local machine.

Example: localhost:8088/asterisk/static/c … basic.html

  • The login and password should be an entry from /etc/asterisk/manager.conf
    which has ‘config’ permission in read and write. For example:

[admin]
secret = mysecret8926
read = system,call,log,verbose,command,agent,config
write = system,call,log,verbose,command,agent,config
[/i]

I can’t access Asterisk-GUI by firefox. I type link as following:

http://10.8.17.26:8088/asterisk/static/config/cfgbasic.html

The result:

[i]Not Found

The requested URL was not found on this server.
Asterisk Server
[/i]
[b]What wrong something? What shoult i do?

Somebody explain me about this case.

Thanks & regards.[/b]