Disable Zend using a .htaccess file

Some clients wish to disable zend on their site. This can be accomplished by creating a .htaccess file in their home folder with the following code:

php_flag zend.ze1_compatibility_mode off

Leave a Reply

You must be logged in to post a comment.