Hi, I have installed the CakePHP and followed the tutorial. My configuration:
- OS X - mod_rewrite is turned on and working - I have not set DocumentRoot (and can not, as I will not be able to do that on my webhost) - CakePHP tutorial is in ~/Sites/cakeblog I have created the posts/index and posts/view actions. posts/index work: URL is: http://keksik.local/~stevko/cakeblog/app/webroot/posts/index however the links for each post are: http://keksik.local/Users/stevko/Sites/cakeblog/posts/view/1 They do not work. Note, that the URL refers to /Library/WebServer/Documents not to my home directory. For filesystem /Users/stevko and ~stevko is the same, however for apache it is not: ~stevko is my home directory, /Users/stevko is expected by apache to be /Library/WebServer/Documents/Users/stevko. How can I make the link() to use prefix http://keksik.local/~stevko/cakeblog/app/webroot/ instead of http://keksik.local/Users/stevko/Sites/cakeblog/ Thanks for any hints, Stefan --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
