You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi, I have following difficulties in logging in trough "Ask question" button:
image2015-2-25 13:40:15.png
Here is how this happens:
image2015-2-25 13:30:59.png
Here is source code of the destination of the "Log in" -button
image2015-2-25 13:29:33.png
It seems that somehow the corrupted:
<a class="aui-button cq-login" href="/login.action?os_destination=%252Fquestions" tabindex="0">Log in</a>
Any Ideas how to fix this? We are running Confluence 5.7 and Questions 1.1.47 on linux.
I have the same behaviour. Confluence is not running behind an Apache so that I don't see the possibility to put the rewrite code of Simo Suurla in any configuration file.
It is a really confusing behaviour.
Do I really have to configure an Apache to rewrite the mistaken url ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hmm. Is the base url in Confluence set correctly?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, that's the easy one confirmed, just needed to rule that out as a problem. Two more questions 1) Are you sure questions is installed and activated ok? Could you try https://conflu-test kela fi/questions and see if that does take you to questions (Note that I removed some dot from the url to avoid any robots picking it up and spamming you) 2) Are you running it behind Apache?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, I think installation is fine because everything else is working. If I am logged in already there is no problem. Yes, we are running this behind Apache. But I have not noticed this kind any ware in Confluence before.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ahh, that's not quite what I was going for, but I have seen problems with redirects in Apache doing that. I think I found it was a broken redirect when I ran into it, but I'm sure there were other ways to configure apache to get it wrong!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ProxyPass / http://localhost:8090/ ProxyPassReverse / http://localhost:8090/ #also tried this but did not help.. Redirect /%2Fquestions https://conflu-test.kela.fi/questions </VirtualHost>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.