I believe this would mean that either one or more of your .htaccess files are missing or mod_rewrite is not working.

There are 3 .htaccess files
  • /.htacess
  • /app/.htaccess
  • /app/webroot/.htaccess
Check to make sure they are all present and are readable by the webserver.

If all are present and readable check to make sure mod_rewrite is enabled and configured properly.

You can get your settings for PHP with the phpinfo() function.

On 7/29/06, JitZhang <[EMAIL PROTECTED]> wrote:

我配了/seting

CAKE_ADMIN = 'edit'

http://192.168.0.1/index.php/edit/accounts
这个行/this is  OK
http://192.168.0.1/edit/accounts
这个行不行/no ok

不知怎么能去掉"index.php"?/how to move of "index.php"in URL
望给我回信帮助!/help?
thanks!



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to