Hi all,
I'm a new Cake user and I am trying to get Cake to work with Ajax on
IIS.
This is what I trying to do:
<?php echo $ajax->link('View', '#view',array('fallback'=>'#view',
'url'=>"/posts/view/{$post['id']}", 'update'=>"post_content",
'complete'=>"new Effect.Appear('post_content');")) ?>
The problem I have is that url's are not interpreted correctly. They
are never referenced with a '?' or '?url=' => something that IIS would
understand.
I have done the setting (in core and index) as stated in the manual/
and on iis without mod_rewrite, etc. I have read up on this stuff in
trac and other places but I am not able to find a real solution.
Other code sniplets I have found do not seem to solve this problem. I
can not install the mod_rewrite solution on my provides server.
The workaround I use now is just to hardcode this stuff for IIS in
javascript. I would prefer a Cake solution if there is one.
Please share some wisdom.
Tanks,
David
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---