View Full Version : Fixed: "Invalid Redirect URL" when logging in.
magnusfeuer
February 5th, 2012, 03:26 PM
The invalid redirect sometimes popped up when I logged in. A quick google and setting change seem to have fixed it.
Please reply to this thread if you still see it.
/Magnus F.
moosetestbestanden
February 6th, 2012, 07:48 AM
I got it this morning. 1st trip to the updated site.
JohnCh
February 6th, 2012, 08:01 AM
I also saw it the first time I tried to log-in this morning (first try with this machine). Worked properly on the second try.
-John
Doug Liedblad
February 6th, 2012, 08:35 AM
I got the message the first time I logged in. If I log out and then log back in I am still gettting the message.
Invalid Redirect URL (http://www.californiacaterhamclub.com/chat/)
Doug
Sean
February 6th, 2012, 08:53 AM
I had the same problem today. Logged out and back in, still an issue. Closed and re-opened browser, still an issue. I edited my Bookmark/Favorite to remove the "www." from the URL, and it works fine now (?).
URL I am now using: http://californiacaterhamclub.com/chat/
Whatever works.
MHKflyer52
February 6th, 2012, 09:38 AM
I also received the same message and the site dose not seem to remember my log on when the box is checked but I can live with that.
Thanks for the site.
randychase
February 6th, 2012, 11:27 AM
If you have an existing .httaccess in the root of the domain, add in:
RewriteEngine On
RewriteBase /
RewriteCond % ^www.californiacaterhamclub.com [NC]
RewriteRule ^(.*)$ htp://californiacaterhamclub/$1 [L,R=301]
If you do not have an .httaccess, you can create one using the above. This should redirect anything with www to a non-www which is the root (no pun intended) of the issue I think.
rzempel
February 16th, 2012, 02:32 PM
I'm getting the invalid redirect error, both yesterday and today, when I check the "remember me" box. But, not when I don't.
Randall
slomove
February 16th, 2012, 04:45 PM
I'm getting the invalid redirect error, both yesterday and today, when I check the "remember me" box. But, not when I don't.
Randall
Same here....
Doug Liedblad
February 17th, 2012, 09:26 AM
I still get this if I log out and log back in with the remember me box checked.
If you just ignore it and click on Forum it will take you there and remember you for next time.
Once you do that it works fine as long as it continues to 'remember me'.
rzempel
February 18th, 2012, 07:14 AM
I also noticed some strangeness on the invalid redirect page. At the bottom, this appears:
"All times are GMT%1$s. The time now is %2$s.
Powered by vBulletin® Version %1$s
Copyright © %2$s vBulletin Solutions, Inc. All rights reserved."
magnusfeuer
February 19th, 2012, 06:46 PM
Should be fixed.
Please tell me if you still have issues.
randychase: The regexp you wrote didn't trigger for some reason, so I stole another example from the net and tried that. The redirect now works.
Doug Liedblad
February 19th, 2012, 07:14 PM
It seems to be working now.
Thanks.
randychase
February 20th, 2012, 11:26 AM
Yay!
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.