Tuesday 13 March 2007 2:39:28 am
My ambition is to have an extra siteaccess with <b>Content-type=application/xhtml+xml; charset=utf-8</b> in HTTP-header-information. <b>What i do in site.ini.append.php of the siteaccess is:</b>
[HTTPHeaderSettings]
CustomHeader=enabled
HeaderList[]=Content-type
Content-type[] Content-type[/]=application/xhtml+xml; charset=utf-8
<b>The problem:</b> The header-information that are sent, are only correct for the first level although there is a "/" as path in the setting.
<b>Example:</b>
www.example.com/ezp/index.php/<siteaccess>/company For this URL the correct header is sent.
www.example.com/ezp/index.php/<siteaccess>/company/about_us Now the standard content-type is sent (text/html; charset=utf-8). How do I have to configure the settings so that I have the custom header-information for the complete siteaccess? P.S.: I use eZ Publish 3.8.6
|