View Single Post
  #5 (permalink)  
Old 10-08-2008, 09:23 AM
Jean-Luc Jean-Luc is offline
WebProWorld Pro
 
Join Date: Dec 2007
Location: Brussels, Belgium
Posts: 164
Jean-Luc RepRank 2
Default Re: with index.html OK, wihout downlaad

The header sent by your web server contains :
Code:
Content-Type: application/x-httpd-php
It should be :
Code:
Content-Type: text/html; charset=UTF-8
or something similar.

No idea why your web server generates this "Content-Type" though.

Jean-Luc
__________________
Checking redirects made easy | | Professional AWStats Services
Reply With Quote