CodeIgniter Forums
Simple PAYPAL Help - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Simple PAYPAL Help (/showthread.php?tid=4430)



Simple PAYPAL Help - El Forum - 11-24-2007

[eluser]Justin Patel[/eluser]
Hello Friends,


I have sucked with simple problem but I don't know how to get out of there.

The problem is . . .

My site url is :
Code:
www.mysite.com/abcdef.html


after successful completion of payment it return from paypal

when it returns then PAYPAL returns
Code:
www.mysite.com/abcdef.html?return-url=return+to+marchand   ( something like this)


due to this I get the error from CI is "page you have requested not found"


Please some one help me to get out of here.

I have sucked here from last 2 days


Thanks


Simple PAYPAL Help - El Forum - 11-24-2007

[eluser]easylancer[/eluser]
I am not sure but maybe this is due to the file extension you are using, change .html to .php and see if that will work.


Simple PAYPAL Help - El Forum - 11-24-2007

[eluser]Justin Patel[/eluser]
no no the problem occurs due to " ?return-rul=return+to_marchang"


Please some one tell me how to remove the string after " ? "


Simple PAYPAL Help - El Forum - 11-25-2007

[eluser]tmcw[/eluser]
(this is the same problem as my last post.)


Simple PAYPAL Help - El Forum - 11-26-2007

[eluser]mistress_shiira[/eluser]
kindly read on URI routings. Smile


Simple PAYPAL Help - El Forum - 11-29-2007

[eluser]tmcw[/eluser]
Yes, done it. But do I need to change my URL mode (so far that hasn't worked, and I obviously don't want to switch all of my URLs to ?=ugly) or can I use a regex with ?, like


$route['admin/flickr_import/\\?*'] = "artist/gallery";

(which doesn't currently work?)