Re: Advanced Routing question/ 疑问

2006-07-30 Thread AD7six

Having mod_rewrite loaded isn't the only thing necessary to permit you
to use pretty urls.

You probably need to set AllowOverride All in your http.conf file.

HTH,

AD7six


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Advanced Routing question/ 疑问

2006-07-29 Thread JitZhang


- /app/webroot/phpinfo.php
http://192.168.0.1/phpinfo.php
is OK

-httpd.conf
LoadModule rewrite_module modules/mod_rewrite.so
is work

still cann't move of "index.php"in URL
how let "http://192.168.0.1/edit/accounts " is OK?


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Advanced Routing question/ 疑问

2006-07-29 Thread John Zimmerman [gmail]
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:
我配了/setingCAKE_ADMIN = 'edit'http://192.168.0.1/index.php/edit/accounts这个行/this is  OKhttp://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  -~--~~~~--~~--~--~---



Advanced Routing question/ 疑问

2006-07-29 Thread JitZhang

我配了/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
-~--~~~~--~~--~--~---