You probably need to edit your .htaccess files (the routing/
configuration file of the web server, assuming it's Apache). They
catch everything that begins with http://waywww.probolab.com.br/ and
send it to the Cake dispatcher of your main site, which is why the /
test part is interpreted as a controller. You just need to insert a
rule that catches anything beginning with http://waywww.probolab.com.br/test/
to send it to your other site.


On May 13, 11:19 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I did a website with Cake and PHP (probolab.com.br). Until there
> everything is all right.
>
> Then my host said that I can put as many websites within my domain. I
> did create an alias and point to the same domain and also create
> folder called "test". The problem is that I send the second domain to
> this folder this waywww.probolab.com.br/test.
>
> By doing this way it's like saying to cake to do a method.
>
> Is there a way to say to cake that when I do this, don't do nothing?
> just redirect etc?
>
> I'm really stuck. I've tryied everything.
>
> Regards,
>
> SimonJPA
--~--~---------~--~----~------------~-------~--~----~
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