|
Last updated: 02/08/2012
On 1&1 shared hosting, accessing Zend is a little tricky. Create a php
.ini file with these lines in it:
zend_optimizer.optimization_level = 15 zend_extension = "/kunden/homepages/8/d3/htdocs/zend/data/5_2_x_comp/ZendOptimizer.so"
(use your specific settings)
Then copy your php
.ini to all these directories:
./admin/htmleditor/editor/filemanager/connectors/php
/ ./admin/ ./include/classes/ ./include/plugins/ ./include/ ./
blog comments powered by
|