zend-server-ce

How to set up virtual hosts properly on a windows machine using Zend Community CE ?

I have set up Zend Server CE on a windows machine and am having the hardest time setting up virtual hosts. No matter what I do, links on my local machine are showing "localhost" in the path causing all images and links to not work properly. I have the following in my vhosts file and while the site loads up, most links show "local host ...

Zend Server CE Apache mod_rewrite REQUEST_FILENAME SCRIPT_FILENAME Problem

Hi,there! I use this .htaccess file in a project: RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L] It works well in Apache 2.2 Recently I started to use Zend Server CE , the ReWrite Rule didn't work ! And this works: RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_F...

Mac - Zend Server CE and Zend Framework applications very very slow

My company is using Zend Server CE on Macs for testing and developing our Zend Framework applications, these applications run very quickly on Linux and Windows test machines (0.2 - 1 second page loads) but on the Macs using Zend Server CE each page takes up to 2 minutes to load, making development and testing very time consuming. We hav...

Running CodeIgniter on Zend Server Community Edition

Hello, I am just wondering if I could run CodeIgniter applications on Zend Server Community Edition without any issues. I don't want to mess everything up by experimenting. Please let me know if you have faced any problems running CI on ZendServer CE. Thanks ...

Zend Framework 1.10 custom Class inside library folder not found

I'm learning zend framework from zendCast and can't find the problem I'm using: -Zend Server CE -Zend Studio 7.2 -Zend Framework 1.10 (created with zend studio) In my library folder I have a folder App and in that folder a php file Countries.php which corresponds to App_Countries class but when I try to create a new App_Countries ob...

xampp zend framework and zendserver ce one don't get along well in command line

Hello Gurus! i've been using xampp 1.7.3 for a while now and today i've decided to have a look into zend framework and got a zendserver ce 5.0.2. i'm on windows 7 and until i used the command line tool, i haven't noticed that there was a version of zend framework (zf) shipped with xampp. zendserver got a more recent version than the...

Zend server community edition creates "other" item in Mac OSX login screen

I just installed zend server CE, but it creates an extra item in my mac os login screen called "Other". Is it possible to remove this from my login users screen? I cannot find this option in my system preferences. Not really a development question but related to zend server install ...