Hi,

I use pretty url for a project and all work fine on my server.

On my client server the " index.php " is not build in the url made by
cake.

Exemple :

$ajax->link('linkName, "/myController/myAction/",array("update" =>
"content"),null,FALSE)

give

On Development server --

http://cakeApp.devDomain.com/index.php/mycontroller/myAction

and on my Client server :

http://cakeApp.devDomain.com/mycontroller/myAction

The " index.php " is not build by cake and i got a fileNoFoud error.

Maybe i have to cange the apache conf ?

What's wrong ?

THanks for your help


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to