Recent Topics

1 Mar 04, 2007 01:27    

Hi!

Where can I change the http headers, such these:

HTTP/1.1 200 OK 
Server: nginx/0.4.3 
Date: Sun, 04 Mar 2007 00:17:45 GMT 
Content-Type: text/html; charset=UTF-8 
Transfer-Encoding: chunked 
Connection: close 
X-Powered-By: PHP/4.3.10-16 
Set-Cookie: cookieb2evosession=53_6YQNLXE5SeVPGJJnw5FjJ2wTXMTEBh9s; expires=Wed, 01 Mar 2017 00:17:44 GMT; path=/; domain=.remont-evro.ru 
Expires: Tue, 25 Mar 2003 05:00:00 GMT 
Last-Modified: Sun, 04 Mar 2007 00:17:45 GMT 
Cache-Control: no-cache, must-revalidate 
Pragma: no-cache 

i need to change them in backoffice part, not in the main blog part

can't find the header function request in admin.php.. :(

2 Mar 04, 2007 02:34

what specifically are you wanting to change? not all the header information sent is controlled by b2evolution.

3 Mar 04, 2007 10:15

This section:

Content-Type: text/html; charset=UTF-8

At BackOffece part UTF-8 is default charset. I want Windows-1251 as in the other part of my site.

thank you for feedback :)

4 Mar 04, 2007 20:18

the character set is determined by the locale that you are using. you'll notice when you edit a locale there is an option to adjust the charset there as well.


Form is loading...