gwoo escribió:
> just copy the contents of the app directory into any subdirectory.
> Make sure you get the htaccess file, which could be hidden. Then
> change the CAKE_CORE_INCLUDE_PATH to point to your "cake" directory.
> Assuming you have mod_rewrite, everything should go just fine.

>From what I understand, the CAKE_CORE_INCLUDE_PATH is the path to the
cake framework, not the base url to my application. I think that I
didn't explain my problem quite well...

Let's suppose I have my application installed on the webroot directory
of my local server: http://localhost

Here, if I want to link to the add action of the blog controller, I
should link to '/blog/add'... right?

What happens if I want to move my application to
http://localhost/cakeapp ? Should I change all the references to
'/cakeapp/blog/add'? Or is there any config variable where I could set
the base url, and changing only this variable the work is done?


Thanks for you help
--
Antonio


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