Jump to content

problem with a redirection loop..


afxgroup

Recommended Posts

Hi guys,

FIrst of all i'm asking you something that is caused by a lot of changes i've made on prestashop.

Actually i have al the site that use https.. no more http. this was necessary since i have two different domains for http and https. but this is not the problem.

I've changed the paypal module and now (after a lot of problems) the paybal site successfully call my site.

The problem is that the page order-confirmation.php seems to go in a redirect url. indeed all the browser tell me that the page is trying to call itself and stop the loading...

Anyone can understand which piece of code present in the controller (if it is the controller) can cause the redirection loop??

 

Thank you.

Andrea

Link to comment
Share on other sites

HI afxgroup,

i have not faced this issue with order confirmation page. But similar issues, where browser tell that there is infinite redirect loop. This was caused to the wrong rewrite rule in htaccess. give it a try.

 

thanks,

vinay

Link to comment
Share on other sites

Eh, i had a rewrite url in .htaccess file but i've removed it but the problem still there..

This is my link that cause the loop:

 

https://****.it/shop/order-confirmation.php?id_cart=76&id_module=56&id_order=47&key=65a230e3e1f703fc38d26d65616d124f

 

Which file i can take a look? I've seen the OrderConfirmationController.php but i've found no clue..

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...