hai guys at last i resolved it.. it is not any problem with cakephp,
it is my own carelessness.
it happened because when we write ba redirecting link or href link.
make sure that it is closed at the end by " /"  symbol

ie,<?php echo $urlRoot; ?>enquiry/sendenquiry

this link is wrong because it has no "/" symbol at last.
<?php echo $urlRoot; ?>enquiry/sendenquiry/

but this link is corrrect. and it doesnot redirects.

i don't know whether this is the actual solution, but when i did this
my problem solved. hope any of you guys have benefit with this post
thanks,



> --
> Litto Chacko
> Axtec Softwares

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to