Tümü,
Ben sadece ekrana "Zend Framework Hoş Geldiniz" dışında hiç bir sayfayı görüntülemek için çalışıyorum.
I have downloaded the project from this tutorial: http://framework.zend.com/docs/quickstart/create-a-form (Zend Framework Quickstart)
As far as I can tell, the paths are coming up correctly. I read this post: http://www.johnmee.com/2008/11/zend-framework-quickstart-tutorial-deploy-to-a-subdirectory-instead-of-web-root/ I think it may be a bit dated, as the bootstrap code is not as he describes.
Herkes herhangi bir fikir var mı? Ben Zend gelen öğretici indir kutudan çalışması gerektiğini düşünürdüm.
Summary: http://localhost/ZendFrameworkQuickstart/public/ Displays: Zend welcome page
http://localhost/ZendFrameworkQuickstart/public/guestbook Displays: 404
Teşekkürler!
UPDATE Physical path of the “public” directory: C:\Zend\Apache2\htdocs\ZendFrameworkQuickstart\public
URL I’m hitting from the browser: http://localhost/ZendFrameworkQuickstart/public/guestbook
. Htaccess İçindekiler:
SetEnv APPLICATION_ENV gelişme
YenidenYazmaMotoru On
RewriteCond% {REQUEST_FILENAME}-s [OR]
RewriteCond% {REQUEST_FILENAME}-l [OR]
RewriteCond% {REQUEST_FILENAME}-d
RewriteRule ^ $ * -. [NC, L]
RewriteRule ^. * $ / ZendFrameworkQuickstart / Kamu / index.php [NC, L]
GÜNCELLEME: dosyaları değiştirildi hatları
.htaccess RewriteRule ^.*$ /ZendFrameworkQuickstart/public/index.php [NC,L]
application.ini resources.frontController.baseUrl = "/ZendFrameworkQuickstart/public"
public/index.php error_reporting( E_ALL | E_STRICT ); ini_set( 'display_errors', 1 );