PDA

View Full Version : Zend Optimizer




Freepls
Dec 14, 2009, 02:08 AM
Hi,
How do I enable Zend Optimizer for cre loaded shopping cart? According to siteground, they have zend installed but it is not enabled on my site. I have been through all my php.ini files looking for the following:
zend_optimizer.enable_loader = 1
I use Free hosting at http://myplus.org
What can I do?

Thanks!



SrWebDeveloper
Dec 14, 2009, 09:12 AM
Assuming either you or your webhost has Zend Optimizer and/or Zen Guard installed - I checked the FAQ page for your host and they do allow .htaccess so use their file manager to create it in your document root and add this, assuming they allow these commands within .htaccess which is another thing altogether:

php_flag zend_optimizer.enable_loader = 1

If no go on that approach, ask them about ioncube as an alternative. These free hosts are not the best when it comes to things like this. You don't even have shell access with yours. Contact their tech support and ask for additional help.

-jim