Page 1 of 1

404 error

Posted: Thu Oct 13, 2005 3:23 pm
by keith runion
Script URL: http://localhost/hesk (non-public)
Version of script: 0.93b from July 5, 2005
Version of PHP: 4.4.0
Hosting company:
Have you searched THIS FORUM for your problem:
(if not please do before posting)
If so, what terms did you try:

Write your message below:
I keep getting the 404 error on the index.php although it will load I can't follow any links from the page or the admin.php.

IIS log:


#Software: Microsoft Internet Information Services 5.1
#Version: 1.0
#Date: 2005-10-13 14:59:16
#Fields: time c-ip cs-method cs-uri-stem sc-status
14:59:16 127.0.0.1 GET /hesk 401
14:59:16 127.0.0.1 GET /hesk/ 302
14:59:17 127.0.0.1 GET /hesk/index.php 200
14:59:17 127.0.0.1 GET /hesk/index.php 404
15:09:32 127.0.0.1 GET /hesk/index.php 404
15:09:36 127.0.0.1 GET /hesk 401
15:09:36 127.0.0.1 GET /hesk/ 302
15:09:36 127.0.0.1 GET /hesk/hesk_style.css 401
15:09:36 127.0.0.1 GET /hesk/hesk_style.css 304
15:09:36 127.0.0.1 GET /hesk/index.php 200
15:09:40 127.0.0.1 GET /hesk/index.php 200
15:09:41 127.0.0.1 GET /hesk/index.php 404
15:09:56 127.0.0.1 GET /hesk/index.php 404

Posted: Fri Oct 14, 2005 10:12 pm
by Klemen
Your probably have $hesk_settings['hesk_url'] set wrong in your hesk_settings.inc.php file.

See what readme.htm file has to say about that setting and compare it with yours.