Zend Framework(0.7.0) could not recognize index.php

January 31, 2007 on 1:12 pm | In Zend Framework |

Thanks for Tony for your comment!

My patch for version 0.7.0

In library\Zend\Controller\Request\Http.php
After line 531, add

Code (php)
  1. // Remove the .php from REQUEST_URI
  2. if ($pos = strpos($requestUri, ‘.’)) {
  3. $requestUri = substr($requestUri, 0, $pos);
  4. }
  5.  

or you can go to framework.zend.com/issues/browse/ZF-835 to see how Zend Framework team solves this problem

2 Comments »

RSS feed for comments on this post. TrackBack URI

  1. nice

    Comment by nelson — February 5, 2007 #

  2. This has been resolved by Matthew as “Not an issue”, to see what he said here

    http://framework.zend.com/issues/browse/ZF-835

    Comment by admin — February 13, 2007 #

Leave a comment

XHTML: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>

Since May 6,2007 We have Visitors
dog ramps

Powered by WordPress with Pool theme design by Borja Fernandez.
Entries and comments feeds. Valid XHTML and CSS. ^Top^