@leo: maybe that will work for the search engine but i have specific
instructions to include it in the URL.
@djiize: yes, but they suggest overriding htmlhelper::link but i dont
know how(and where) to override it.

i tried to override with following code, but didnt work:
<?php
        class AppHelper extends Helper {
            function url($url=null, $full=false) {
                return 'en/'.parent::url();
            }
        }
?>
any help/hints?

On Jul 3, 6:56 pm, djiize <[EMAIL PROTECTED]> wrote:
> Did your read the 2 links I sent you ?
>
> On 3 juil, 18:52, K3 <[EMAIL PROTECTED]> wrote:
>
> > Yes, i was asked to include language string so the search engine can
> > better index the pages.
>
> > @leo: we dont need high rating, just want both language versions t be
> > indexed by the search engine. So we can not define such subdomains for
> > each page.
>
> > thats why the easiest way i can see so far is to ovveride htmlhelpers
> > url and link methods. but looking forward for other sugestions.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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