Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Redirect problem in proxy connect

edited February 2012 in Vanilla 2.0 - 2.8

I have successfully configured proxyconnect for vanilla.
But after i login, i get redirected to home page of my cms and not forum.

EG :
My login : http://localhost/index1.php/login
Home : http://localhost/index1.php/members
Vanilla http://localhost/index.php

After i click login from vanilla, i get redirected to my login page and after logging in, i get redirected to home and not vanilla. I don't know where my code going whong.

Help me please..

Even my authentication url and others have been entered correctly in proxyconnect setting page.

Answers

  • Guys please help me.. its urgent :(

  • why have you got index1.php, you haven't merged to two apps have you? keep them in separate folders unless you know what you are doing.

    vanilla cannot control the login form of another app.

    when you sign in through vanilla it check for a a hidden Target form field and redirect to that or if not there the default controller.

    You need to ask code igniter people

    grep is your friend.

  • I tried eeping them initially in diff folder but it said merged coz i thought that cookie will expire if it access diff folders.
    So what are you meaning exactly? Keep CI app n Vanilla in separate folders? Then change the logon url of proxyconnect and try?

  • What, you should never merge two different apps, there could overwrite each other and conflict.

    I'm sorry this has to end here. You need a bit more developer knowledge to be able to do this.

    grep is your friend.

Sign In or Register to comment.