Setting output cache looses HTTP-header content-type override |
[eluser]Aken[/eluser]
Headers are not retained in cached files generated by the Output class in CI 2.1.3 and below. It has been added in 3.0. You can see how I did it here: https://github.com/EllisLab/CodeIgniter/pull/2151 Should be fairly easy to extend the Output class as a temporary solution for you. |
Messages In This Thread |
Setting output cache looses HTTP-header content-type override - by El Forum - 01-31-2013, 05:47 PM
Setting output cache looses HTTP-header content-type override - by El Forum - 01-31-2013, 06:51 PM
|