CodeIgniter Forums
http vs https on different domains - 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: http vs https on different domains (/showthread.php?tid=43885)



http vs https on different domains - El Forum - 07-26-2011

[eluser]DougW[/eluser]
I have developed an app for facebook and facebook is requiring https. I have a wildcard certificate for another domain. So I have one domain for the main site and a second for the ssl version. I'm getting the classic "The page isn't redirecting properly" message from firefox. With CI 2.02, shouldn't it be possible to run the same site on two domains? Odd request, I know, but it seems like it should work since there are no hard-coded domains in the CI structure now.

Any ideas?