View Issue Details

IDProjectCategoryView StatusLast Update
0003399mantisbtinstallationpublic2004-08-29 02:25
Reporterzaher Assigned Tothraxisp  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Summary0003399: Page not found.
Description

when i use my browser as

www.mysite.com/mantis
i get
page not found on Internet Exeplorer 6.

then i write some code to correct the problem

core/print_api.php

// header( 'Content-Type: text/html' );// to
header( 'Content-Type: text/html; charset='.lang_get('charset'));

Additional Information

windows 2000
Internet exeplorer 6
Apache 2
php 4.2.3

TagsNo tags attached.
Attached Files
header_3399.diff (329 bytes)   
Index: core/print_api.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/core/print_api.php,v
retrieving revision 1.92
diff -r1.92 print_api.php
37c37
< 		header( 'Content-Type: text/html' );
---
> 		header( 'Content-Type: text/html; charset=' . lang_get( 'charset' ) );
header_3399.diff (329 bytes)   

Relationships

child of 0003987 closedvboctor Mantis 0.19.0 Release 

Activities

thraxisp

thraxisp

2004-07-25 18:38

reporter   ~0006354

I uploaded a small patch matching the fix suggested.

I can't reproduce the original problem. It may be reproducable on a Windows server. Can someone test this on Windows?

thraxisp

thraxisp

2004-07-26 19:56

reporter   ~0006381

Fixed in CVS