Yes indeed I thought you were referring to static url's, not cake url's. I think that for module links you should use the HtmlHelper class to generate links and urls (see functions url() and link())
I tried to get my own cake app here to work on http://localhost/myCakeInstallation but haven't succeeded. On 8/24/07, rtanz <[EMAIL PROTECTED]> wrote: > > hmm bert that seems to be messing everything for me though, for > example if i go to http://localhost/cake/admin/ then click a link > dfined as 'Current Modules'=>'modules', that would work, however if i > click another one then, for example 'Past Modules'=>'modules/ > indexarchived', this would not work as i would be directed to > http://localhost/cake/admin/admin/modules/indexarchived instead of > http://localhost/cake/admin/modules/indexarchived. > > maybe that is not what you meant, could you explain if you had a > different idea? thanks > > On Aug 24, 6:56 am, "Bert Van den Brande" <[EMAIL PROTECTED]> wrote: > > If the link in your view looks something like '/myLink' , remove the '/' > > > > On 8/24/07, rtconner <[EMAIL PROTECTED]> wrote: > > > > > > > > > Mod_rewrite on? > > > AllowOverride set to All? > > > > > On Aug 23, 4:57 pm, rtanz <[EMAIL PROTECTED]> wrote: > > > > any help on this? thanks > > > > > > On Aug 23, 11:51 am, rtanz <[EMAIL PROTECTED]> wrote: > > > > > > > hi i have been developing my cake site on my localserver on my pc, now > > > > > when i uploaded it to the server my links are not working. On my pc > > > > > the address is > > > > > > >http://localhost/cake/ > > > > > > > and on my server it is > > > > > > >http://url/users/cojg/cake/ > > > > > > > so now what is happenning is that when i click a liink on my server it > > > > > directs tohttp://url/cakeandomitsthe /users/cojg part. Is there a > > > > > way i can solve this without having to change all the links manually? > > > > > > > thanks > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
