Well, I checked, but it really doesn't look like a CakePHP url and by
guessing I couldn't find it...
IN any case, to access pages, the url should look like /cakephp/
controller/function/parameter, like cakephp/posts/edit/1 or
something...
Can you tell us the name of the controller that handles bl
hi, thanks for your reply .My url is like this.
http://team-kh.awpdc.com/~shenpaha/cakephp/
i was trying to setup sample blog code.but i can only view index
page.please tell me exact info that i shoud add in mod_rewrite
in .htaccess file.or any further guide u can give.I will be extremely
gratef
that url looks like it might be wrong to me - can you explain your set up
is cake in a subdirectory name cakephp (I assume so but maybe you have a
subdir within that called blog)
by default
/[controller]/[action]/[ID]
index of posts
http://...cakephp/posts/
view post with an id of one
http://.