On Mon, Oct 17, 2011 at 12:10 AM, majna <[email protected]> wrote: > I think your web server is hardcoded to rewrite only index.php. > https://github.com/lamby/cakephp-instaweb/blob/master/cakephp_instaweb.py > > try suggested apps above :(
I think you are wrong: I'm able to load the summary page of the tests (http://localhost:3000/test.php), but all the links seem to be broken because they point to index.php instead of test.php (have a look at the source of the rendered page http://pastebin.com/estRQL5V). If I copy one of those links in the browser address bar and replace index.php with test.php, I am able to run the selected test with no problems: for this reason I guess there is something wrong with the tests template page, or even worse with my cakephp installation (3 days old github checkout). Regards, Matteo > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected] For more options, visit this group at > http://groups.google.com/group/cake-php > -- http://www.matteolandi.net/ -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
