CodeIgniter Forums
Status code 307 redirect temporary redirect - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: Issues (https://forum.codeigniter.com/forumdisplay.php?fid=19)
+--- Thread: Status code 307 redirect temporary redirect (/showthread.php?tid=76739)



Status code 307 redirect temporary redirect - iyan_alfi - 06-15-2020

Does anyone have same issue like me? Status code 307 redirect temporary redirect
How to solve that issue? really appreciate for your help and response.


RE: Status code 307 redirect temporary redirect - php_rocs - 06-15-2020

@iyan_alfi,

What version of CI are you using?


RE: Status code 307 redirect temporary redirect - iyan_alfi - 06-15-2020

(06-15-2020, 06:47 PM)php_rocs Wrote: @iyan_alfi,

What version of CI are you using?


Version [b]3.0.3
[/b]


RE: Status code 307 redirect temporary redirect - php_rocs - 06-16-2020

@iyan_alfi,

That's a very old version of CI? Any reason why you haven't upgraded yet? Also, I did find this forum that may have a solution for you https://forum.codeigniter.com/thread-75081.html .


RE: Status code 307 redirect temporary redirect - iyan_alfi - 06-17-2020

Thank you for your response.

in this case, on another web server, that application is working fine. but that apps is not working in the localhost.

let me try to upgrade the version of CI.


RE: Status code 307 redirect temporary redirect - victoriaSwalker - 10-19-2020

Same error i faced many time some people say for upgradation is solution but i haven't solve that issue still, if the upgrade again to version CD may be it can sort out the problem.


RE: Status code 307 redirect temporary redirect - wanna007 - 10-30-2020

Once you find the redirect loops, you can fix them in two ways:
Change the HTTPS response code to 200 if you don't want the URL to redirect.
If the URL is supposed to redirect, then remove the loop and fix the final destination URL.


RE: Status code 307 redirect temporary redirect - InsiteFX - 10-31-2020

I would check your ,htaccess folder in the folder with index.php

Check your base_url etc;