Thank you for your immediate response.
To be quite frank, I am not quite sure how I should "bite" it.
With the zend-skeleton application directory structure :
- htdocs
- zf2-tutorial
- config
- data
- module
- public
- vendor
I did the following by the book :
(1) httpd.inf :
<Directory "J:/xampp/htdocs">
...
AllowOverride FileInfo
...
</Directory>
(2) httpd.inf :
...
<VirtualHost *:80>
ServerName zf2-tutorial.localhost
DocumentRoot j:/xampp/htdocs/zf2-tutorial/public
SetEnv APPLICATION_ENV "development"
<Directory j:/xampp/htdocs/zf2-tutorial/public>
DirectoryIndex index.php
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
...
(3) hosts :
...
127.0.0.1 zf2-tutorial.localhost localhost
...
(4) php.ini :
include_path = ".;J:\xampp\htdocs\zf2-tutorial"
Start page "fired" without problems. Then I followed the tutorial step by
step, but after finishing I permanently receive 404 with incorrect routing
message.
Now, with the working copy you've proposed, meaning with its folders
structure, I have some serious doubts concerning the proper manner of the
necessary modifications.
Would you be so kind and show me how all above have to be modified ?
--
View this message in context:
http://zend-framework-community.634137.n4.nabble.com/404-in-zf2-tutorial-tp4661020p4661024.html
Sent from the Zend Framework mailing list archive at Nabble.com.
--
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]