One other possible reason: make sure that index.php is recognised as a valid Index page to be served when a folder is requested.
Ensure that either your httpd.conf or your base .htaccess file contains: DirectoryIndex index.php There may be other Index files defined in a list, but make sure index.php is among them, e.g mine reads DirectoryIndex index.html index.cgi index.pl index.php index.xhtml index.htm index.swf HTH. Let us know how you get on. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
