Actions
Evolution #142
closedstrange bug with URL rewriting on on some (few) Internet explorer browsers
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
unable to reproduce
Is that due to proxy or other particular settings?
Updated by Simon almost 13 years ago
maybe removing the 200 code header will avoid that bug :
header("HTTP/1.1 200 OK"); // return 200 OK HTTP status
See also : http://www.alistapart.com/articles/succeed
Actions