Hi I would like to enable these two features for one of the websites on a server, How would i put this in an .htaccess doc?
[PHP];; Enable output character encoding conversion for all PHP pages
;; Enable Output Buffering
output_bufferin g = On
;; Set mb_output_handl er to enable output conversion
output_handler = mb_output_handl er
[/PHP]
[PHP];; Enable output character encoding conversion for all PHP pages
;; Enable Output Buffering
output_bufferin g = On
;; Set mb_output_handl er to enable output conversion
output_handler = mb_output_handl er
[/PHP]
Comment