CodeIgniter Forums
Redirect to my base url, why is this? - 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: Redirect to my base url, why is this? (/showthread.php?tid=38146)

Pages: 1 2


Redirect to my base url, why is this? - El Forum - 01-31-2011

[eluser]anna16[/eluser]
Hi guys

I installed Ion Auth on CodeIgniter 2.0 Reactor.
Every time I press the submit button it redirect to base url?

why is this?


Thanks in advanced.


Redirect to my base url, why is this? - El Forum - 01-31-2011

[eluser]d1a8lo24[/eluser]
This affects only reactor, just set $config['uri_protocol'] to any of the other options depending on your server 1 will work and you will be back to normal.


Redirect to my base url, why is this? - El Forum - 01-31-2011

[eluser]victorche[/eluser]
And if you do not need some (small so far) extras, use 2.0 Core. It is almost the same as Reactor (at least for version 2.0.0) and you will not have these problems. Core is ... well, more carefully developed. With maximum backwards compatibility.


Redirect to my base url, why is this? - El Forum - 01-31-2011

[eluser]edjon2000[/eluser]
Hi, I have just downloaded reactor and am facing similar problems upgrading my current project, i.e. loading the base_url page regardless of what site page I call.

is this related to anna16's question or should I post separately

Jon


Redirect to my base url, why is this? - El Forum - 01-31-2011

[eluser]edjon2000[/eluser]
Actually I tried out d1a8lo24's suggestion, and that seemed to sort out the problem, in my case, I set the uri protocol as follows
Code:
$config['uri_protocol']    = 'REQUEST_URI';
and that seemed to work fine for me, however, I would be interested to know what is causing this problem.

Jon


Redirect to my base url, why is this? - El Forum - 01-31-2011

[eluser]InsiteFX[/eluser]
There is a problem in the reactor code Eric is trying to fix it now!

InsiteFX


Redirect to my base url, why is this? - El Forum - 01-31-2011

[eluser]edjon2000[/eluser]
Thanks Insite Smile

Jon


Redirect to my base url, why is this? - El Forum - 01-31-2011

[eluser]anna16[/eluser]
That's always the old saying --> "No body is perfect!".


Redirect to my base url, why is this? - El Forum - 01-31-2011

[eluser]edjon2000[/eluser]
hehe if they were life would be boring


Redirect to my base url, why is this? - El Forum - 01-31-2011

[eluser]anna16[/eluser]
.