Bug #1015
lighthttpd + phpBB + utf-8
| Status: | Invalid | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | core | |||
| Target version: | - | |||
| Pending: | Resolution: | invalid |
||
| Patch available: |
Description
Hello, I do have a problem, I can't set an default encoding on my website: http://ablforum.sniegas.lt I use phpBB from www.phpBB.de. How could I do this with lighthttpd? defaultcharset doesn't work ... :) I do have a problem in HTML too. http://info.sniegas.lt (some letters are showing wrong, some good)
maybe some of you have any ideas? It would be great!
cheers
-- SNow
History
02/11/2007 08:40 PM - jan
- Status changed from New to Fixed
- Resolution set to invalid
Please check the forum for setup problems.
For static content you can use:
mimetype.assign = (
...,
".html" => "text/html; charset=utf-8",
...)
for content generated by PHP, check the php options.