Thanks to Rob Allen for his tutorial
(http://akrabat.com/zend-framework-tutorial/) and some advises about ZF
command line tools for windows users.

So, I want to share my experience to new users on IIS 6.0 platform.
At first, you would enable mod_rewrite feature.
If you decide to use IIRF ISAPI module, you would use minimal iirf.ini file
as following:
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ /index.php [NC,L]
Second, you would follow Rob Allen`s recommendation Zend_Tool for Windows
NOTE: Zend_Tool in version 1.9.0 of Zend Framework doesn`t work on Windows.
Use version 1.8.4p1 from the Archives at
http://framework.zend.com/download/archives until 1.9.1 is released.
Next, I suggest set a windows environment instead of  .htaccess instruction
"SetEnv APPLICATION_ENV development"
set APPLICATION_ENV=development
Final. Download complete source code for Zend Framework Quick Start tutorial
from http://framework.zend.com/docs/quickstart and copy(paste) code from it,
not from site, because source code has not got the errors.

Thank all of you.
-- 
View this message in context: 
http://n4.nabble.com/Quickstart-tutorial-problems-tp661699p991607.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to