404 error

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
keith runion

404 error

Post 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
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post 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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply