if you uncomment BASE_URL, don't forget to delete .htaccess files
in / /app and /app/webroot

On 4 avr, 15:20, "andy corpes" <[EMAIL PROTECTED]> wrote:
> Hi again Djiize
>
> I was looking in the wrong place, my define of the BASE_URL was commented
> out!!!
>
> Things are looking a little different now,, not quite correct, but it may be
> my own fault, at least i'm not so baffled.
>
> Thanks for leading me to the correct place.
>
> On 04/04/07, andy corpes <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > Hi djiize,
>
> > Here my baseurl setting
>
> > define ('BASE_URL', env('SCRIPT_NAME'));
>
> > is also tried
>
> > define ('BASE_URL', "cake/index.php/".env('SCRIPT_NAME'));
>
> > But it did not appear^to make any difference,, do i need to restart
> > something to make this happen?
>
> > On 04/04/07, djiize < [EMAIL PROTECTED]> wrote:
>
> > > If you want url like '/cake/index.php/...', you don't use mod_rewrite,
> > > you use Cake rewrite
> > > Have you correctly set the constant BASE_URL in core.php ?
>
> > > On 4 avr, 14:13, "andy corpes" <[EMAIL PROTECTED]> wrote:
> > > > Hi group,
>
> > > > I'm having trouble with the URL's created by the HTML helper, and
> > > perhaps
> > > > mod rewrite.
>
> > > > My urls should look something like this:-
>
> > > >http://ac85489m/cake/index.php/tblallrepositories/index
>
> > > > when i construct a link using the html helper it generates a url like
> > > this:-
>
> > > >http://ac85489m/TblAllrepositories/Browse/PROD
>
> > > > the cake/index.php has disappeared, how can i make the html helper
> > > create a
> > > > url that is valid for me?
>
> > > > --
> > > > Andy
>
> > --
> > Andy
>
> --
> Andy


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

Reply via email to